1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "hex"
16version = "0.4.3"
17authors = ["KokaKiwi <kokakiwi@kokakiwi.net>"]
18description = "Encoding and decoding data into/from hexadecimal representation."
19documentation = "https://docs.rs/hex/"
20readme = "README.md"
21keywords = ["no_std", "hex"]
22categories = ["encoding", "no-std"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/KokaKiwi/rust-hex"
25[package.metadata.docs.rs]
26all-features = true
27rustdoc-args = ["--cfg", "docsrs"]
28
29[[bench]]
30name = "hex"
31harness = false
32[dependencies.serde]
33version = "1.0"
34optional = true
35default-features = false
36[dev-dependencies.criterion]
37version = "0.3"
38
39[dev-dependencies.faster-hex]
40version = "0.5"
41
42[dev-dependencies.pretty_assertions]
43version = "0.6"
44
45[dev-dependencies.rustc-hex]
46version = "2.1"
47
48[dev-dependencies.serde]
49version = "1.0"
50features = ["derive"]
51
52[dev-dependencies.serde_json]
53version = "1.0"
54
55[dev-dependencies.version-sync]
56version = "0.9"
57
58[features]
59alloc = []
60default = ["std"]
61std = ["alloc"]
62[badges.maintenance]
63status = "actively-developed"
64