[package] name = "u2400_pathnode" version = "0.1.6" edition = "2021" license-file = "LICENSE" description = 'path cluster base library' # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] debug = true [dependencies] lazy_static = "1" anyhow = { version = "1.0", default-features = true } futures = "0.3" serde_json = { version = "1.0", default-features = false, features = ["alloc"] } rand = "0.8.5" data-encoding = "2.3.3" ring = "0.16.20" async-recursion = "1.0.4" serde = "1.0.160" regex = "1" async-trait = "0.1.72" [dependencies.uuid] version = "1.1.2" features = [ "v4", # Lets you generate random UUIDs "fast-rng", # Use a faster (but still sufficiently random) RNG "macro-diagnostics", # Enable better diagnostics for compile-time UUIDs ] [package.metadata] package-name = "u2400_pathnode"