# 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" name = "aderyn_driver" version = "0.1.9" authors = ["Cyfrin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust based Solidity AST analyzer driver" readme = "README.md" license = "MIT" resolver = "1" [lib] name = "aderyn_driver" path = "src/lib.rs" [[bench]] name = "detectors_benchmarks" path = "benches/detectors_benchmarks.rs" harness = false [dependencies.aderyn_core] version = "0.1.9" [dependencies.cyfrin-foundry-compilers] version = "0.3.20-aderyn" features = ["svm-solc"] [dependencies.cyfrin-foundry-config] version = "0.2.1" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.serde_repr] version = "0.1.12" [dependencies.toml] version = "0.8.13" [dev-dependencies.criterion] version = "0.5.1"