# 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 = "bulloak-foundry" version = "0.8.0" authors = ["Alexander Gonzalez "] description = """ A Solidity test generator based on the Branching Tree Technique. """ homepage = "https://github.com/alexfertel/bulloak" documentation = "https://github.com/alexfertel/bulloak" readme = "README.md" keywords = [ "solidity", "testing", "compiler", "cli", "tree", ] categories = [ "development-tools::testing", "command-line-utilities", "compilers", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alexfertel/bulloak" [dependencies.anyhow] version = "1.0.75" [dependencies.bulloak-syntax] version = "0.8.0" [dependencies.forge-fmt] version = "0.2.0" [dependencies.indexmap] version = "2.0.0" [dependencies.once_cell] version = "1.18.0" [dependencies.owo-colors] version = "3.5.0" [dependencies.regex] version = "1.10.2" [dependencies.solang-parser] version = "0.3.2" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.pretty_assertions] version = "1.4.0" [lints.clippy] all = "warn" pedantic = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" [lints.rust.rust_2021_compatibility] level = "warn" priority = -1