# 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 = "shellfirm" version = "0.2.10" authors = ["Elad-Kaplan "] build = "build.rs" description = "`shellfirm` will intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification, kinda like a captcha for your terminal." homepage = "https://github.com/kaplanelad/shellfirm" readme = "README.md" license = "MIT" repository = "https://github.com/kaplanelad/shellfirm" resolver = "1" [[bin]] name = "shellfirm" required-features = ["cli"] [dependencies.anyhow] version = "1.0.51" [dependencies.clap] version = "3" features = ["cargo"] optional = true [dependencies.console] version = "^0.15.0" [dependencies.dirs] version = "4.0" [dependencies.env_logger] version = "0.9.0" [dependencies.exitcode] version = "^1.1.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5" [dependencies.requestty] version = "0.4.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.131" [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml] version = "0.8.21" [dependencies.strum] version = "0.21" features = ["derive"] [dev-dependencies.insta] version = "1.20.0" features = ["filters"] [dev-dependencies.itertools] version = "0.10.5" [dev-dependencies.tempdir] version = "0.3" [build-dependencies.anyhow] version = "1.0.51" [features] cli = ["clap"] default = ["cli"]