# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81" name = "gring" version = "1.6.2" authors = ["Gear Technologies"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Substrate keystore implementation" homepage = "https://gear-tech.io" documentation = "https://docs.rs/gring" readme = "README.md" keywords = [ "substrate", "gear", "keystore", ] license = "GPL-3.0" repository = "https://github.com/gear-tech/gear" [lib] name = "gring" path = "src/lib.rs" [[bin]] name = "gring" path = "src/bin/gring.rs" required-features = ["cli"] [[test]] name = "command" path = "tests/command.rs" [[test]] name = "keystore" path = "tests/keystore.rs" [dependencies.anyhow] version = "1.0.86" features = ["std"] default-features = false [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "4.5.8" features = ["derive"] optional = true [dependencies.colored] version = "2.1.0" optional = true [dependencies.dirs] version = "4.0.0" optional = true [dependencies.gear-ss58] version = "=1.6.2" features = ["std"] default-features = false [dependencies.hex] version = "0.4.3" features = ["std"] optional = true default-features = false [dependencies.nacl] version = "0.5.3" [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dependencies.schnorrkel] version = "0.9.1" [dependencies.serde] version = "^1" features = ["derive"] default-features = false [dependencies.serde_json] version = "^1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [features] cli = [ "clap", "colored", "dirs", "hex", "tracing-subscriber", ] default = ["cli"]