# 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_core" version = "0.1.9" authors = ["Cyfrin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust based Solidity AST analyzer backend" readme = "README.md" license = "MIT" resolver = "1" [lib] name = "aderyn_core" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.9" [dependencies.cyfrin-foundry-compilers] version = "0.3.20-aderyn" features = ["svm-solc"] [dependencies.derive_more] version = "0.99.18" [dependencies.eyre] version = "0.6.12" [dependencies.ignore] version = "0.4.21" [dependencies.lazy-regex] version = "3.2.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.prettytable] version = "0.10.0" [dependencies.rayon] version = "1.8.0" [dependencies.semver] version = "1.0.20" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde-sarif] version = "0.4.2" [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.serde_repr] version = "0.1.12" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.toml] version = "0.8.2" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.serial_test] version = "3.0.0"