# 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_ce" version = "0.14.3" authors = [ "Sean Bowe ", "Alex Gluchowski ", "Alex Vlasov ", ] exclude = [ "ff_derive_const", "tester", "asm_tester", ] description = "Library for building and interfacing with finite fields" homepage = "https://github.com/matter-labs/ff" documentation = "https://docs.rs/ff/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/matter-labs/ff" [dependencies.byteorder] version = "1" [dependencies.ff_derive_ce] version = "0.11" optional = true [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.4" [dependencies.serde] version = "1" [features] asm_derive = [ "derive", "ff_derive_ce/asm", ] default = [] derive = ["ff_derive_ce"]