# 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.63.0" name = "hex-conservative" version = "0.3.0" authors = [ "Martin Habovštiak ", "Andrew Poelstra ", ] exclude = [ "tests", "contrib", ] description = "A hex encoding and decoding crate with a conservative MSRV and dependency policy." documentation = "https://docs.rs/hex-conservative/" readme = "README.md" keywords = [ "encoding", "hex", "hexadecimal", ] categories = ["encoding"] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/hex-conservative" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "hexy" [[example]] name = "custom" [[example]] name = "wrap_array_display_hex_trait" [[example]] name = "wrap_array_fmt_traits" [[example]] name = "serde" required-features = [ "std", "serde", ] [dependencies.arrayvec] version = "0.7.2" default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.serde] version = "1.0.156" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] alloc = [] default = ["std"] std = ["alloc"]