ff-uint 0.2.2

Library for building and interfacing with fixed-sized integers and finite fields
Documentation
[[test]]
name = "ff-uint_tests"
[dependencies.arbitrary]
optional = true
version = "0.4"

[dependencies.borsh]
default-features = false
optional = true
version = "0.9"

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

[dependencies.concat-idents]
version = "1.0.0"

[dependencies.crunchy]
default-features = false
version = "0.2.2"

[dependencies.ff-uint_derive]
version = "0.2.2"

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

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

[dependencies.rand_core]
default-features = false
optional = true
version = "0.5"

[dependencies.ref-cast]
version = "1.0"

[dependencies.rustc-hex]
default-features = false
version = "2.1.0"

[dependencies.seedbox]
default-features = false
version = "0.2.0"

[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[dependencies.static_assertions]
version = "1.1.0"

[features]
borsh_support = ["borsh", "ff-uint_derive/borsh_support"]
default = ["borsh_support", "serde_support", "std"]
rand_support = ["rand_core", "rand", "ff-uint_derive/rand_support"]
serde_support = ["serde"]
std = ["borsh/std", "serde/std", "serde/alloc", "seedbox/std", "byteorder/std", "rand/std", "rand_core/std"]

[package]
authors = ["Igor Gulamov <igor.gulamov@gmail.com>"]
description = "Library for building and interfacing with fixed-sized integers and finite fields"
documentation = "https://docs.rs/ff-uint/"
edition = "2018"
homepage = "https://github.com/zeropoolnetwork/fawkes-crypto"
license = "MIT/Apache-2.0"
name = "ff-uint"
repository = "https://github.com/zeropoolnetwork/fawkes-crypto"
version = "0.2.2"