vapory-types 0.11.1

Vapory types
Documentation
[dependencies.tetsy-fixed-hash]
default-features = false
features = ["byteorder", "rustc-hex"]
version = "0.7.1"

[dependencies.tetsy-impl-codec]
default-features = false
optional = true
version = "0.5.1"

[dependencies.tetsy-impl-rlp]
default-features = false
optional = true
version = "0.3.1"

[dependencies.tetsy-impl-serde]
default-features = false
optional = true
version = "0.3.2"

[dependencies.tetsy-primitive-types]
default-features = false
features = ["byteorder", "rustc-hex"]
version = "0.9.1"

[dependencies.uint-crate]
default-features = false
package = "uint-crate"
version = "0.9.1"

[dependencies.vapbloom]
default-features = false
version = "0.11.1"
[dev-dependencies.serde_json]
version = "1.0.41"

[features]
arbitrary = ["vapbloom/arbitrary", "tetsy-fixed-hash/arbitrary", "uint-crate/arbitrary"]
codec = ["tetsy-impl-codec", "vapbloom/codec"]
default = ["std", "tetsy-rlp", "serialize"]
num-traits = ["tetsy-primitive-types/num-traits"]
serialize = ["tetsy-impl-serde", "tetsy-primitive-types/serde_no_std", "vapbloom/serialize"]
std = ["uint-crate/std", "tetsy-fixed-hash/std", "vapbloom/std", "tetsy-primitive-types/std"]
tetsy-rlp = ["tetsy-impl-rlp", "vapbloom/tetsy-rlp", "tetsy-primitive-types/tetsy-rlp"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Vapory types"
edition = "2018"
homepage = "https://github.com/tetcoin/tetsy-common"
license = "MIT OR Apache-2.0"
name = "vapory-types"
version = "0.11.1"