# 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" rust-version = "1.64" name = "assemble-rust" version = "0.2.0" authors = ["Joshua Radin "] description = "An assemble-rs plugin for building rust projects" homepage = "https://joshradin.github.io/assemble-rs/" keywords = [ "buildtool", "dev", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/joshradin/assemble-rs" resolver = "1" [dependencies.assemble-core] version = "0.2.0" features = ["derive"] [dependencies.assemble-std] version = "0.2.0" features = ["core"] [dependencies.chrono] version = "0.4.22" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.11" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.url] version = "2.2.2" [dependencies.which] version = "4.2.5" [dev-dependencies.clap] version = "4.0.4"