# 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 = "crazy-train" version = "0.2.0" authors = [ "Elad Kaplan ", "Dotan Nahum ", ] description = "randomized and fuzz execution of command-line interfaces" homepage = "https://docs.rs/crazy-train" documentation = "https://docs.rs/crazy-train" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/loco-rs/crazy-train" [lib] path = "src/lib.rs" [dependencies.colored] version = "2.1.0" [dependencies.duct_sh] version = "0.13.7" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33" [dependencies.thiserror] version = "1" [dependencies.unicode-segmentation] version = "1.8" [dev-dependencies]