fixed-hash 0.7.0

Macros to define custom fixed-size hash types
Documentation
[[bench]]
harness = false
name = "cmp"
[dependencies.arbitrary]
optional = true
version = "0.4"

[dependencies.byteorder]
default-features = false
optional = true
version = "1.3.2"

[dependencies.quickcheck]
optional = true
version = "0.9.0"

[dependencies.rand]
default-features = false
optional = true
version = "0.8.0"

[dependencies.rustc-hex]
default-features = false
optional = true
version = "2.0.1"

[dependencies.static_assertions]
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.rand]
default-features = false
features = ["std_rng"]
version = "0.8.0"

[dev-dependencies.rand_xorshift]
version = "0.2.0"

[features]
api-dummy = []
default = ["std", "rand", "rustc-hex", "byteorder"]
std = ["rustc-hex/std", "rand/std", "byteorder/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Macros to define custom fixed-size hash types"
documentation = "https://docs.rs/fixed-hash/"
edition = "2018"
homepage = "https://github.com/paritytech/parity-common"
license = "MIT OR Apache-2.0"
name = "fixed-hash"
readme = "README.md"
repository = "https://github.com/paritytech/parity-common"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["quickcheck", "api-dummy"]