# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ff-uint" version = "0.2.4" authors = ["Igor Gulamov "] description = "Library for building and interfacing with fixed-sized integers and finite fields" homepage = "https://github.com/zeropoolnetwork/fawkes-crypto" documentation = "https://docs.rs/ff-uint/" license = "MIT/Apache-2.0" repository = "https://github.com/zeropoolnetwork/fawkes-crypto" [[test]] name = "ff-uint_tests" [dependencies.arbitrary] version = "0.4" optional = true [dependencies.borsh] version = "0.9" optional = true default-features = false [dependencies.byteorder] version = "1.3.2" default-features = false [dependencies.concat-idents] version = "1.0.0" [dependencies.crunchy] version = "0.2.2" default-features = false [dependencies.ff-uint_derive] version = "0.2.4" [dependencies.parity-scale-codec] version = "2.3.1" optional = true default-features = false [dependencies.parity-scale-codec-derive] version = "2.3.1" optional = true default-features = false [dependencies.qc] version = "0.9.0" optional = true package = "quickcheck" [dependencies.rand] version = "0.7.2" optional = true default-features = false [dependencies.rand_core] version = "0.5" optional = true default-features = false [dependencies.ref-cast] version = "1.0" [dependencies.rustc-hex] version = "2.1.0" default-features = false [dependencies.scale-info] version = "1.0.0" features = ["derive"] optional = true default-features = false [dependencies.seedbox] version = "0.2.0" default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.static_assertions] version = "1.1.0" [features] borsh_support = ["borsh", "ff-uint_derive/borsh_support"] default = ["borsh_support", "serde_support", "scale_support", "std"] rand_support = ["rand_core", "rand", "ff-uint_derive/rand_support"] scale_support = ["parity-scale-codec", "parity-scale-codec-derive", "scale-info", "ff-uint_derive/scale_support"] serde_support = ["serde"] std = ["borsh/std", "serde/std", "serde/alloc", "seedbox/std", "byteorder/std", "rand/std", "rand_core/std"]