# 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.60" name = "prefix-hex" version = "0.7.1" authors = ["IOTA Stiftung"] description = "Encoding and decoding of hex strings with a 0x prefix." homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "hex", "prefix", "encoding", "decoding", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/common-rs" [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.primitive-types] version = "0.12" optional = true default-features = false [dependencies.uint] version = "0.9" optional = true default-features = false [dev-dependencies.paste] version = "1.0" default-features = false [features] primitive-types = [ "dep:primitive-types", "dep:uint", ] std = []