# 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 = "criner-waste-report" version = "0.1.5" authors = ["Sebastian Thiel "] include = [ "src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "!**/test/**/*", ] description = "Determine include directives for Cargo.toml files to slim down a crate" readme = "README.md" license = "MIT" repository = "https://github.com/the-lean-crate/criner" [lib] doctest = false [dependencies.bytesize] version = "1.0.0" optional = true [dependencies.dia-semver] version = "11.0.0" optional = true [dependencies.globset] version = "0.4.4" [dependencies.horrorshow] version = "0.8.1" optional = true [dependencies.humantime] version = "2.0.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.4" [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.toml] version = "0.7.2" [dev-dependencies.rmp-serde] version = "1.0.0" [features] default = ["html"] html = [ "horrorshow", "bytesize", "dia-semver", "humantime", ]