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