fixed-hash 0.8.0

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

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

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

[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.4.0"

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

[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"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Macros to define custom fixed-size hash types"
documentation = "https://docs.rs/fixed-hash/"
edition = "2021"
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"
rust-version = "1.56.1"
version = "0.8.0"
[package.metadata.docs.rs]
features = ["quickcheck", "api-dummy"]