# 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" name = "nkeys" version = "0.4.4" authors = ["wasmCloud Team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of the NATS nkeys library" homepage = "https://github.com/wasmcloud/nkeys" documentation = "https://docs.rs/nkeys" readme = "README.md" keywords = [ "crypto", "nats", "ed25519", "cryptography", ] categories = [ "cryptography", "authentication", ] license = "Apache-2.0" repository = "https://github.com/wasmcloud/nkeys" [package.metadata.docs.rs] all_features = true [lib] name = "nkeys" path = "src/lib.rs" [[bin]] name = "nk" path = "src/bin/nk/main.rs" required-features = ["cli"] [dependencies.crypto_box] version = "0.9.1" optional = true [dependencies.data-encoding] version = "2.3.0" [dependencies.ed25519] version = "2.0.0" default-features = false [dependencies.ed25519-dalek] version = "2.0.0" features = ["digest"] default-features = false [dependencies.env_logger] version = "0.9" optional = true [dependencies.exitfailure] version = "0.5.1" optional = true [dependencies.log] version = "0.4.11" [dependencies.quicli] version = "0.4" optional = true [dependencies.rand] version = "0.8" [dependencies.serde_json] version = "1.0" optional = true [dependencies.signatory] version = "0.27" [dependencies.structopt] version = "0.3.17" optional = true [dependencies.term-table] version = "1.3.0" optional = true [features] cli = [ "quicli", "structopt", "term-table", "exitfailure", "env_logger", "serde_json", ] xkeys = ["dep:crypto_box"] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["custom"] default-features = false