Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
25 lines
721 B
TOML
25 lines
721 B
TOML
[package]
|
|
name = "iota-daemon-lib"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.89"
|
|
iota-ipc = { path = "../iota-ipc" }
|
|
iota-logger = { path = "../iota-logger" }
|
|
iota-state = { path = "../iota-state" }
|
|
iota-storage = { path = "../iota-storage" }
|
|
iota-updater = { path = "../iota-updater" }
|
|
iota-util = { path = "../iota-util" }
|
|
omikron-connector = { path = "../omikron-connector" }
|
|
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
|
dashmap = "6.1.0"
|
|
libc = "0.2"
|
|
sysinfo = "0.39.0"
|
|
serde_yaml = "0.9"
|
|
tokio = { version = "1.50.0", features = ["full"] }
|
|
tokio-util = { version = "0.7", features = ["rt"] }
|
|
uuid = { version = "*", features = ["v4"] }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|