| # 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 = "askalono" |
| version = "0.4.6" |
| authors = ["Jacob Peddicord <[email protected]>"] |
| include = [ |
| "/Cargo.toml", |
| "/examples/**/*", |
| "/LICENSE", |
| "/NOTICE", |
| "/README.md", |
| "/src/**/*", |
| ] |
| description = "a library to detect the contents of license files" |
| readme = "README.md" |
| license = "Apache-2.0" |
| repository = "https://github.com/jpeddicord/askalono" |
| |
| [lib] |
| name = "askalono" |
| path = "src/lib.rs" |
| |
| [dependencies.anyhow] |
| version = "1.0.44" |
| |
| [dependencies.lazy_static] |
| version = "1.3.0" |
| |
| [dependencies.log] |
| version = "0.4.6" |
| |
| [dependencies.regex] |
| version = "1.1.7" |
| |
| [dependencies.rmp-serde] |
| version = "0.14.0" |
| |
| [dependencies.serde] |
| version = "1.0.92" |
| features = ["derive"] |
| |
| [dependencies.serde_json] |
| version = "1.0.39" |
| optional = true |
| |
| [dependencies.unicode-normalization] |
| version = "0.1.8" |
| |
| [dev-dependencies.env_logger] |
| version = "0.7" |
| |
| [features] |
| default = ["spdx"] |
| gzip = ["flate2"] |
| spdx = ["serde_json"] |
| |
| [target."cfg(not(target_arch = \"wasm32\"))".dependencies.flate2] |
| version = "1.0.14" |
| optional = true |
| |
| [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon] |
| version = "1.2" |
| |
| [target."cfg(not(target_arch = \"wasm32\"))".dependencies.zstd] |
| version = "0.11" |
| |
| [target."cfg(target_arch = \"wasm32\")".dependencies.flate2] |
| version = "1.0.14" |