# 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 = "invil" version = "0.2.18" build = false exclude = [ ".github/**", "try-anvil/**", "CODEOWNERS", "bin/", "stego.lock", "kazoj", "bench", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A port of amboso to Rust" homepage = "https://github.com/jgabaut/invil" documentation = "https://github.com/jgabaut/amboso/wiki" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/jgabaut/invil" [[bin]] name = "invil" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.flate2] version = "1.0.33" optional = true [dependencies.git2] version = "0.19.0" [dependencies.is_executable] version = "1.0.3" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.simplelog] version = "0.12.2" [dependencies.tar] version = "0.4.41" optional = true [dependencies.toml] version = "0.8.19" [dependencies.url] version = "2.5.2" optional = true [features] anvilPy = [ "dep:flate2", "dep:tar", "dep:url", ]