iota/omikron-connector/Cargo.toml
Rasensprenger c2b15b9890
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Update Rust crate base64 to 0.23.0
2026-08-28 18:01:00 +03:00

26 lines
724 B
TOML

[package]
name = "omikron-connector"
version = "0.1.0"
edition = "2024"
[dependencies]
async-trait = "0.1.89"
iota-connection = { path = "../iota-connection" }
iota-logger = { path = "../iota-logger" }
iota-state = { path = "../iota-state" }
iota-storage = { path = "../iota-storage" }
iota-util = { path = "../iota-util" }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
"client",
"crypto",
"files",
] }
dashmap = "6.2.1"
json = "*"
reqwest = "0.13.2"
tokio = { version = "1.50.0", features = ["full"] }
tokio-util = { version = "0.7", features = ["rt"] }
uuid = { version = "*", features = ["v4"] }
base64 = "0.23.0"
rand_core = { version = "0.6", features = ["getrandom", "std"] }