# 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] edition = "2018" name = "cargo-watt" version = "0.2.3" authors = ["Jakob Hellermann "] description = "generate watt versions of procedural macro crates" readme = "README.md" categories = ["development-tools::procedural-macro-helpers", "development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/jakobhellermann/cargo-watt" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.11" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.fastrand] version = "1.3" [dependencies.flate2] version = "1.0" optional = true [dependencies.log] version = "0.4" [dependencies.miniz_oxide] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rayon] version = "1.4" [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" [dependencies.tar] version = "0.4" optional = true default-features = false [dependencies.toml_edit] version = "0.2" [dependencies.ureq] version = "1.4" features = ["tls"] optional = true default-features = false [dependencies.walkdir] version = "2.3" [features] crates = ["ureq", "flate2", "tar"] default = ["crates"]