# 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-parser" version = "2.2.0" authors = [ "Hermenegildo ", "Fredrik Dahlgren ", ] build = "build.rs" description = "Support crate for the Circomspect static analyzer" license = "LGPL-3.0-only" repository = "https://github.com/trailofbits/circomspect" resolver = "1" [dependencies.lalrpop] version = "0.20" features = ["lexer"] [dependencies.lalrpop-util] version = "0.20" [dependencies.log] version = "0.4" [dependencies.num-bigint-dig] version = "0.8" [dependencies.num-traits] version = "0.2" [dependencies.program_structure] version = "2.1.4" package = "circomspect-program-structure" [dependencies.regex] version = "1.7" [dependencies.rustc-hex] version = "2.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.program_structure] version = "2.1.4" package = "circomspect-program-structure" [build-dependencies.lalrpop] version = "0.20" features = ["lexer"] [build-dependencies.num-bigint-dig] version = "0.8" [build-dependencies.num-traits] version = "0.2" [build-dependencies.rustc-hex] version = "2.0"