2026-04-02 15:49:42 +03:00
|
|
|
[package]
|
|
|
|
|
edition = "2024"
|
|
|
|
|
license = { workspace = true }
|
|
|
|
|
name = "indexer_ffi"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-27 15:38:06 +03:00
|
|
|
nssa.workspace = true
|
2026-04-02 15:49:42 +03:00
|
|
|
indexer_service.workspace = true
|
2026-05-07 14:29:06 +03:00
|
|
|
indexer_service_rpc = { workspace = true, features = ["client"] }
|
2026-04-28 19:36:23 +03:00
|
|
|
indexer_service_protocol.workspace = true
|
2026-04-22 17:39:27 +03:00
|
|
|
|
|
|
|
|
url.workspace = true
|
2026-04-02 15:49:42 +03:00
|
|
|
log = { workspace = true }
|
|
|
|
|
tokio = { features = ["rt-multi-thread"], workspace = true }
|
2026-05-05 15:45:24 +03:00
|
|
|
jsonrpsee.workspace = true
|
|
|
|
|
anyhow.workspace = true
|
2026-04-02 15:49:42 +03:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
cbindgen = "0.29"
|
|
|
|
|
|
|
|
|
|
[lib]
|
2026-04-03 15:50:24 +03:00
|
|
|
crate-type = ["rlib", "cdylib", "staticlib"]
|
2026-04-02 15:49:42 +03:00
|
|
|
name = "indexer_ffi"
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[package.metadata.cargo-machete]
|
|
|
|
|
ignored = [
|
|
|
|
|
"cbindgen",
|
|
|
|
|
] # machete does not recognize this for build dep and complains.
|