# 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 = "2018" name = "sieving" version = "0.2.0" authors = ["Gawen Monnot "] description = "Hide your sensitive data" homepage = "https://ichnion.github.io/website/" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "GPL-3.0" [[bin]] name = "sieving" path = "src/main.rs" [dependencies.colored] version = "2" [dependencies.indicatif] version = "0.15.0" features = ["rayon"] [dependencies.regex] version = "1" [dependencies.structopt] version = "0.3.13" [dependencies.walkdir] version = "2"