# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "subtle-encoding" version = "0.5.1" authors = ["Tony Arcieri "] description = "Encoders and decoders for common data encodings (base64, bech32, hex)\nwhich avoid data-dependent branching/table lookups and therefore\nprovide \"best effort\" constant time. Useful for encoding/decoding\nsecret values such as cryptographic keys.\n" homepage = "https://github.com/iqlusioninc/crates/" readme = "README.md" keywords = ["base64", "bech32", "constant-time", "hex", "security"] categories = ["cryptography", "encoding", "no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/iqlusioninc/crates/tree/develop/subtle-encoding" [package.metadata.docs.rs] features = ["bech32-preview"] [dependencies.zeroize] version = "1" optional = true default-features = false [features] alloc = [] base64 = ["zeroize"] bech32-preview = ["alloc", "zeroize"] default = ["base64", "hex", "std"] hex = [] std = ["alloc", "zeroize"] [badges.maintenance] status = "passively-maintained"