file-sniffer 3.0.1

Command-line tool to find build artifacts and junk on your computer.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "file-sniffer"
version = "3.0.1"
authors = ["Vanessa McHale <vamchale@gmail.com>"]
build = "build.rs"
description = "Command-line tool to find build artifacts and junk on your computer."
homepage = "https://github.com/vmchale/file-sniffer"
documentation = "https://github.com/vmchale/file-sniffer#README"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/vmchale/file-sniffer"
[profile.release]
lto = true

[lib]
name = "libsniff"
path = "src/lib.rs"

[[bin]]
name = "sniff"
path = "src/main.rs"
required-features = ["english"]

[[bin]]
name = "renifle"
path = "src/main.rs"
required-features = ["francais"]

[[bin]]
name = "schnüffle"
path = "src/main.rs"
required-features = ["deutsch"]
[dependencies.nom]
version = "3.0"

[dependencies.clap]
version = "2.24"
features = ["yaml"]

[dependencies.lazy_static]
version = "0.2"

[dependencies.pad]
version = "0.1"

[dependencies.ignore]
version = "0.2"

[dependencies.colored]
version = "1.5"

[dependencies.regex]
version = "0.2"
[build-dependencies.clap]
version = "2.24"
features = ["yaml"]

[features]
verbose = []
bash = []
deutsch = []
francais = []
fish = []
english = []
default = ["english"]