# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tetsy-fixed-hash" version = "0.7.1" authors = ["Parity Technologies "] description = "Macros to define custom tetsy-fixed-size hash types" homepage = "https://github.com/tetcoin/tetsy-common" documentation = "https://docs.rs/tetsy-fixed-hash/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tetcoin/tetsy-common" [package.metadata.docs.rs] features = ["quickcheck", "api-dummy"] [[bench]] name = "cmp" harness = false [dependencies.arbitrary] version = "0.4" optional = true [dependencies.byteorder] version = "1.4.2" optional = true default-features = false [dependencies.quickcheck] version = "0.9.0" 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.3.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"]