# 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 = "askalono-cli" version = "0.5.0" authors = ["Jacob Peddicord "] build = "build.rs" include = [ "/build.rs", "/Cargo.*", "/embedded-cache.bin.zstd", "/LICENSE", "/NOTICE", "/README.md", "/src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "a tool to detect the contents of license files" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jpeddicord/askalono" [[bin]] name = "askalono" path = "src/main.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.askalono] version = "0.5.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.difference] version = "2.0.0" optional = true [dependencies.env_logger] version = "0.11" [dependencies.ignore] version = "0.4.6" [dependencies.log] version = "0.4.6" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.116" [dependencies.serde_derive] version = "1.0.116" [dependencies.serde_json] version = "1.0.39" [build-dependencies.askalono] version = "0.5.0" [features] default = ["embedded-cache"] diagnostics = ["difference"] embedded-cache = [] gzip = ["askalono/gzip"]