iota/iota-util/Cargo.toml
Rasensprenger 2a27268dd9
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
Update Rust crate base64 to 0.23.0
2026-08-09 21:02:12 +02:00

19 lines
406 B
TOML

[package]
name = "iota-util"
version = "0.1.0"
edition = "2024"
[dependencies]
iota-paths = { path = "../iota-paths" }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
"crypto"
] }
reqwest = "0.13.2"
tokio = { version = "1.50.0", features = ["full"] }
sysinfo = "0.39.0"
uuid = { version = "*", features = ["v4"] }
walkdir = "2.5.0"
zip = "6.0.0"
base64 = "0.23.0"
hex = "*"