mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
32 lines
685 B
TOML
32 lines
685 B
TOML
[package]
|
|
name = "vnidrop-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "vnidrop_core"
|
|
crate-type = ["cdylib", "staticlib", "rlib"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
async-channel = "2.5.0"
|
|
bytes = "1.11.1"
|
|
data-encoding = "2.11.0"
|
|
futures = "0.3"
|
|
futures-lite = "2.6.1"
|
|
iroh = "1.0.0"
|
|
iroh-blobs = "0.103.0"
|
|
irpc = "0.17.0"
|
|
n0-future = "0.3.1"
|
|
num_cpus = "1.17.0"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
thiserror = "2.0.18"
|
|
tokio = { version = "1.52.3", features = ["full"] }
|
|
uniffi = { version = "=0.29.4", features = ["tokio"] }
|
|
uuid = { version = "1.23.3", features = ["v4", "serde"] }
|
|
walkdir = "2.5.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.27.0"
|