[package] name = "toolproof" version = "0.2.0" edition = "2021" description = "Standalone test suite for CLI tools and applications" license = "MIT" [dependencies] thiserror = "1.0" wax = "0.5.0" tokio = { version = "1", features = ["full", "tracing"] } futures = "0.3" async-recursion = "1.1.0" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" serde_json = "1" nondestructive = "0.0.20" similar = { version = "2.4.0", features = ["inline"] } inventory = "0.3.15" portpicker = "0.1" actix-web = "4" actix-files = "0.6" json_dotpath = "1.1.0" tempfile = "3.0.2" similar-string = "1.4.3" console = "0.15" dialoguer = { version = "0.11", features = ["fuzzy-select"] } async-trait = "0.1.78" pagebrowse = "0.1.1" chromiumoxide = "0.5" clap = { version = "4", features = ["cargo"] } schematic = { version = "0.12.0", features = ["yaml"] } strip-ansi-escapes = "0.2.0" path-slash = "0.2.1" normalize-path = "0.2.1" [profile.dev.package.similar] opt-level = 3