# 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 = "fff" version = "0.3.1" authors = ["Sean Bowe "] description = "Library for building and interfacing with finite fields" homepage = "https://github.com/filecoin-project/ff" documentation = "https://docs.rs/ff/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/filecoin-project/ff" [dependencies.byteorder] version = "1" [dependencies.fff_derive] version = "0.3.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.rand_core] version = "0.5" [dependencies.serde] version = "1.0" default-features = false [features] default = [] derive = ["fff_derive"] [target."cfg(target_arch = \"x86_64\")".build-dependencies.cc] version = "1.0.50" [badges.maintenance] status = "actively-developed"