# 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" name = "array-bytes" version = "6.2.3" authors = ["Xavier Lau "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of array/bytes/hex utilities." homepage = "https://hack.ink/array-bytes" readme = "README.md" keywords = [ "array", "hex", "no-std", "slice", "vec", ] categories = [ "encoding", "no-std", ] license = "Apache-2.0/GPL-3.0" repository = "https://github.com/hack-ink/array-bytes" [profile.ci-dev] incremental = false inherits = "dev" [lib] name = "array_bytes" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.const-hex] version = "1.11" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.faster-hex] version = "0.9" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rustc-hex] version = "2.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"