bulloak-foundry 0.8.0

A Solidity test generator based on the Branching Tree Technique.
[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

[package]
authors = ["Alexander Gonzalez <alexfertel97@gmail.com>"]
categories = ["development-tools::testing", "command-line-utilities", "compilers", "parsing"]
description = """
A Solidity test generator based on the Branching Tree Technique.
"""
documentation = "https://github.com/alexfertel/bulloak"
edition = "2021"
homepage = "https://github.com/alexfertel/bulloak"
keywords = ["solidity", "testing", "compiler", "cli", "tree"]
license = "MIT OR Apache-2.0"
name = "bulloak-foundry"
readme = "README.md"
repository = "https://github.com/alexfertel/bulloak"
version = "0.8.0"