GolemComputers/rust/Cargo.toml

26 lines
602 B
TOML
Raw Permalink Normal View History

2025-02-25 01:43:18 -05:00
[package]
name = "golem-computers"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
bitfield-struct = "0.10.1"
disarm64 = "0.1.24"
jni = "0.21.1"
2025-03-23 22:33:38 -04:00
nodit = "0.9.2"
2025-02-25 01:43:18 -05:00
num-derive = "0.4.2"
num-traits = "0.2.19"
oneshot = "0.1.10"
pollster = "0.4.0"
2025-03-23 22:33:38 -04:00
prost = "0.13.5"
2025-02-25 01:43:18 -05:00
smol = "2.0.2"
static_assertions = "1.1.0"
unicorn-engine = { version = "2.1.1", default-features = false, features = ["arch_aarch64"], git = "https://github.com/Sanae6/unicorn/", branch = "cpreg" }
zerocopy = { version = "0.8.20", features = ["derive"] }
2025-03-23 22:33:38 -04:00
[build-dependencies]
prost-build = "0.13.5"