# 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" version = "0.1.9" authors = ["Cyfrin "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "aderyn" description = "Rust based Solidity AST analyzer" readme = "README.md" license = "MIT" resolver = "1" [lib] name = "aderyn" path = "src/lib.rs" [[bin]] name = "aderyn" path = "src/main.rs" [dependencies.aderyn_driver] version = "0.1.9" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.cyfrin-foundry-compilers] version = "0.3.20-aderyn" features = ["svm-solc"] [dependencies.notify-debouncer-full] version = "0.3.1" [dependencies.reqwest] version = "0.12.2" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.semver] version = "1.0.22" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.strum] version = "0.26" features = ["derive"]