# 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.57" name = "hex-buffer-serde" version = "0.4.0" authors = ["Alex Ostrovski "] description = "Helper for serializing byte buffers as hex strings in `serde`" readme = "README.md" keywords = [ "serde", "hex", "encoding", "bytes", ] categories = [ "encoding", "parsing", "no-std", ] license = "Apache-2.0" repository = "https://github.com/slowli/hex-buffer-serde" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "ed25519" path = "examples/ed25519.rs" required-features = ["alloc"] [dependencies.hex] version = "0.4.3" default-features = false [dependencies.serde] version = "1.0" default-features = false [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.ed25519-compact] version = "2.0.2" [dev-dependencies.serde_cbor] version = "0.11.1" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.version-sync] version = "0.9.1" [features] alloc = [ "hex/alloc", "serde/alloc", ] const_len = [] default = ["alloc"]