# 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 = "2021" rust-version = "1.65" name = "circomspect-program-structure" version = "2.1.4" authors = [ "hermeGarcia ", "Fredrik Dahlgren ", ] description = "Support crate for the Circomspect static analyzer" license = "LGPL-3.0-only" repository = "https://github.com/trailofbits/circomspect" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.circom_algebra] version = "2.0.2" package = "circomspect-circom-algebra" [dependencies.codespan] version = "0.11" [dependencies.codespan-reporting] version = "0.11" [dependencies.log] version = "0.4" [dependencies.num-bigint-dig] version = "0.8" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.7" [dependencies.rustc-hex] version = "2.1" [dependencies.serde] version = "1.0" [dependencies.serde-sarif] version = "0.4" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.termcolor] version = "1.1.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.circom_algebra] version = "2.0.2" package = "circomspect-circom-algebra" [dev-dependencies.proptest] version = "1.1"