# 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.64" name = "const-hex" version = "1.12.0" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] build = false exclude = [ ".github/", "benches/", "fuzz/", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fast byte array to hex string conversion" homepage = "https://github.com/danipopes/const-hex" documentation = "https://docs.rs/const-hex" readme = "README.md" keywords = [ "hex", "bytes", "fmt", ] categories = [ "value-formatting", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/danipopes/const-hex" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "const_hex" path = "src/lib.rs" [dependencies.cfg-if] version = "1" [dependencies.hex] version = "~0.4.2" optional = true default-features = false [dependencies.proptest] version = "1.4" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.faster-hex] version = "0.9.0" features = ["alloc"] default-features = false [dev-dependencies.hex] version = "~0.4.2" default-features = false [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] __fuzzing = [ "dep:proptest", "std", ] alloc = [ "hex?/alloc", "serde?/alloc", "proptest?/alloc", ] default = ["std"] force-generic = [] hex = ["dep:hex"] nightly = [] portable-simd = [] serde = [ "hex?/serde", "dep:serde", ] std = [ "hex?/std", "serde?/std", "proptest?/std", "alloc", ] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpufeatures] version = "0.2"