# 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 = "mcircuit" version = "0.1.10" authors = ["Eric Hennenfent "] description = "A library of tools for working with arithmetic circuits on generic fields" homepage = "https://github.com/trailofbits/mcircuit" readme = "README.md" keywords = ["cryptography", "zero-knowledge", "circuits", "arithmetic-circuits"] categories = ["cryptography"] license = "AGPL-3.0" repository = "https://github.com/trailofbits/mcircuit" [dependencies.bincode] version = "1.3.3" [dependencies.lexpr] version = "0.2.5" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.variant_count] version = "1.1"