[package] name = "random-manager" version = "0.0.5" # https://crates.io/crates/random-manager edition = "2021" rust-version = "1.67" publish = true description = "Rust random manager" repository = "https://github.com/gyuho/random-manager" readme = "README.md" license = "Apache-2.0" [dependencies] bs58 = "0.4.0" lazy_static = "1.4.0" primitive-types = "0.12.1" rand = "0.8.5" ring = "0.16.20" [dev-dependencies] env_logger = "0.10.0" log = "0.4.17"