2026-06-26 09:22:42 +02:00
|
|
|
[package]
|
2026-07-29 15:57:24 +02:00
|
|
|
name = "amm_ffi"
|
2026-06-26 09:22:42 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
alloy-primitives = { version = "1", default-features = false }
|
|
|
|
|
amm_core = { workspace = true }
|
|
|
|
|
borsh = { workspace = true }
|
|
|
|
|
clock_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0" }
|
|
|
|
|
hex = "0.4"
|
|
|
|
|
nssa_core = { workspace = true }
|
2026-07-27 16:01:37 +02:00
|
|
|
risc0-binfmt = { version = "=3.0.4", default-features = false }
|
2026-06-26 09:22:42 +02:00
|
|
|
risc0-zkvm = { workspace = true }
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
|
sha2 = "0.10"
|
|
|
|
|
token_core = { workspace = true }
|
|
|
|
|
twap_oracle_core = { workspace = true }
|
|
|
|
|
|
2026-07-27 16:01:37 +02:00
|
|
|
[build-dependencies]
|
|
|
|
|
cbindgen = "0.28"
|
|
|
|
|
|
2026-06-26 09:22:42 +02:00
|
|
|
[dev-dependencies]
|
|
|
|
|
pretty_assertions = "1"
|