fixed-hash 0.5.2

Macros to define custom fixed-size hash types
Documentation
[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.7.2"

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

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

[features]
api-dummy = []
default = ["std", "libc", "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"
name = "fixed-hash"
readme = "README.md"
repository = "https://github.com/paritytech/parity-common"
version = "0.5.2"
[package.metadata.docs.rs]
features = ["quickcheck", "api-dummy"]
[target."cfg(not(target_os = \"unknown\"))".dependencies.libc]
default-features = false
optional = true
version = "0.2.65"