stellar-strkey 0.0.17

Encode and decode strkeys for Stellar.
Documentation
# 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.87.0"
name = "stellar-strkey"
version = "0.0.17"
authors = ["Stellar Development Foundation <info@stellar.org>"]
build = "build.rs"
autolib = false
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"

[features]
cli = [
    "serde-decoded",
    "dep:clap",
    "dep:serde_json",
    "dep:thiserror",
]
default = []
serde = [
    "dep:serde",
    "dep:serde_with",
]
serde-decoded = ["serde"]

[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 = "cli_json"
path = "tests/cli_json.rs"

[[test]]
name = "debug"
path = "tests/debug.rs"

[[test]]
name = "display"
path = "tests/display.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"
default-features = false

[dependencies.heapless]
version = "0.9"
features = ["zeroize"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.serde_with]
version = "3.11.0"
features = ["hex"]
optional = true

[dependencies.thiserror]
version = "1.0"
optional = true

[dependencies.zeroize]
version = "1"
features = ["derive"]
default-features = false

[dev-dependencies.proptest]
version = "1.0.0"

[dev-dependencies.serde_test]
version = "1.0.177"

[build-dependencies.crate-git-revision]
version = "0.0.9"