# 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.0" name = "stellar-strkey" version = "0.0.11" authors = ["Stellar Development Foundation "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Encode and decode strkeys for Stellar." homepage = "https://github.com/stellar/rs-stellar-strkey" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stellar/rs-stellar-strkey" [lib] name = "stellar_strkey" path = "src/lib.rs" [[bin]] name = "stellar-strkey" path = "src/bin/stellar-strkey/main.rs" doctest = false required-features = ["cli"] [[test]] name = "debug" path = "tests/debug.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.clap] version = "4.2.4" features = [ "std", "derive", "usage", "help", ] optional = true default-features = false [dependencies.data-encoding] version = "2.6.0" features = ["alloc"] default-features = false [dev-dependencies.proptest] version = "1.0.0" [build-dependencies.crate-git-revision] version = "0.0.6" [features] cli = ["dep:clap"] default = []