blob: a80bc75b4b8905b4fa761041032d679ae137fdbb [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "ff"
version = "0.11.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Jack Grigg <thestr4d@gmail.com>"]
description = "Library for building and interfacing with finite fields"
homepage = "https://github.com/zkcrypto/ff"
documentation = "https://docs.rs/ff/"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/zkcrypto/ff"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "derive"
required-features = ["derive"]
[dependencies.bitvec]
version = "0.22"
optional = true
default-features = false
[dependencies.byteorder]
version = "1"
optional = true
default-features = false
[dependencies.ff_derive]
version = "0.11"
optional = true
[dependencies.rand_core]
version = "0.6"
default-features = false
[dependencies.subtle]
version = "2.2.1"
features = ["i128"]
default-features = false
[features]
alloc = []
bits = ["bitvec"]
default = ["bits", "std"]
derive = ["byteorder", "ff_derive"]
std = ["alloc"]
[badges.maintenance]
status = "actively-developed"