# 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-std" version = "0.2.0" authors = ["Joshua Radin "] description = "The standard library for assemble" 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", "unstable", "log_origin_control", ] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.13.1" [dependencies.reqwest] version = "0.11.11" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.31" [dependencies.url] version = "2.2.2" features = ["serde"] [build-dependencies.assemble-build] version = "0.2.0" [features] core = ["assemble-core/derive"] default = ["core"]