# 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 = "file-expert" version = "1.1.0" authors = ["Bahtiar `kalkin-` Gadimov "] include = [ "./Cargo.toml", "./Cargo.lock", "src/*.rs", "README.md", "CHANGELOG.md", "COPYING.md", ] description = "Expert system for recognizing source code files, similar to GitHub/lingust." readme = "README.md" keywords = [ "linguist", "linguist-heuristics", "expert-system", "source-code", ] categories = [ "command-line-utilities", "development-tools", "text-processing", ] license = "AGPL-3.0-or-later" repository = "https://github.com/kalkin/file-expert" [profile.release] lto = "fat" [dependencies.clap] version = "^3.0.0" features = [ "std", "cargo", ] default-features = false [dependencies.fancy-regex] version = "^0.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.update-informer] version = "^0.5.0" optional = true [features] default = ["update-informer"] update-informer = ["dep:update-informer"]