# 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 = "hex-wrapper" version = "1.4.1" authors = ["Masato Nakata "] include = [ "src/", "LICENSE-*", "README.md", ] description = "Wrappers of the convertion between numbers and hex strings" documentation = "https://docs.rs/hex-wrapper" readme = "README.md" keywords = [ "serde", "serialization", "hex", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/naughie/hex-wrapper" [package.metadata.docs.rs] all-features = true [dependencies.diesel] version = "2.0" features = ["with-deprecated"] optional = true default-features = false [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1.0" optional = true [features] db = ["diesel"] default = []