# 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 = "serde-hex-utils" version = "0.1.0" authors = ["Polytope Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of hexadecimal (De)serialization utilities for serde" documentation = "https://docs.rs/serde-hex-utils" readme = "README.md" keywords = [ "serde", "utilities", ] license = "Apache-2.0" repository = "https://github.com/polytope-labs/hyperbridge" [lib] name = "serde_hex_utils" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dev-dependencies] [features] default = ["std"] std = [ "serde/std", "anyhow/std", "hex/std", ]