# 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.15" exclude = [ ".github/**", "try-anvil/**", "CODEOWNERS", "bin/", "stego.lock", "kazoj", "bench", ] 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" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.flate2] version = "1.0.30" optional = true [dependencies.git2] version = "0.19.0" [dependencies.is_executable] version = "1.0.1" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.5" [dependencies.simplelog] version = "0.12.2" [dependencies.tar] version = "0.4.41" optional = true [dependencies.toml] version = "0.8.14" [dependencies.url] version = "2.5.2" optional = true [features] anvilPy = [ "dep:flate2", "dep:tar", "dep:url", ]