# 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.82" name = "hex_str" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library that helps handle hexadecimal strings" documentation = "https://docs.rs/hex_str" readme = "README.md" keywords = [ "hexstring", "hex", "string", "str", "hexadecimal", ] categories = [ "value-formatting", "parser-implementations", "data-structures", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/vmdln/hex_str" [lib] name = "hex_str" path = "src/lib.rs" [dependencies.rand] version = "0.8.4" optional = true default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] rand = ["dep:rand"] serde = ["dep:serde"]