# 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 = "envy-rs" version = "1.3.1" exclude = ["/assets"] description = "Generate obfuscated Windows PowerShell payloads that resolve to paths by globbing environment variables." readme = "README.md" keywords = [ "pentest", "powershell", "glob", "obfuscation", ] license = "GPL-3.0-or-later" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.crossbeam] version = "0.8.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.signal-hook] version = "0.3.15" [dependencies.syntect] version = "5.0.0"