ff 0.3.0

Library for building and interfacing with finite fields
Documentation
# 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]
name = "ff"
version = "0.3.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Library for building and interfacing with finite fields"
homepage = "https://github.com/ebfull/ff"
documentation = "https://docs.rs/ff/"
license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/ff"
[dependencies.byteorder]
version = "1"

[dependencies.ff_derive]
version = "0.3.0"
optional = true

[dependencies.rand]
version = "0.4"

[features]
default = ["derive"]
derive = ["ff_derive"]
u128-support = []