# 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.56.1" name = "ethers-fixed-hash" version = "0.8.0" authors = ["Parity Technologies "] description = "Macros to define custom fixed-size hash types" homepage = "https://github.com/paritytech/parity-common" documentation = "https://docs.rs/fixed-hash/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/parity-common" resolver = "1" [package.metadata.docs.rs] features = [ "quickcheck", "api-dummy", ] [[bench]] name = "cmp" harness = false [dependencies.arbitrary] version = "1.0" optional = true [dependencies.byteorder] version = "1.4.2" optional = true default-features = false [dependencies.quickcheck] version = "1" optional = true [dependencies.rand] version = "0.8.0" optional = true default-features = false [dependencies.rustc-hex] version = "2.0.1" optional = true default-features = false [dependencies.static_assertions] version = "1.0.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.0" features = ["std_rng"] default-features = false [dev-dependencies.rand_xorshift] version = "0.3.0" [features] api-dummy = [] default = [ "std", "rand", "rustc-hex", "byteorder", ] std = [ "rustc-hex/std", "rand/std", "byteorder/std", ]