# 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-distribute" version = "0.202106.16" authors = ["fuyutarow"] description = "Template generator for continuous distribution of rust projects to homebrew, linuxbrew and scoop" homepage = "https://github.com/fuyutarow/cargo-distribute" license = "MIT" repository = "https://github.com/fuyutarow/cargo-distribute.git" [lib] name = "cli" path = "src/lib/mod.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.cargo_toml] version = "0.9.1" [dependencies.colored] version = "2.0.0" [dependencies.convert_case] version = "0.4.0" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" [dependencies.tera] version = "1.9.0" [dependencies.toml] version = "0.5.8"