# 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 = "yewprint-css" version = "0.4.0" authors = ["Cecile Tonglet "] include = [ "src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", "src/blueprint.css", ] description = "CSS download helper for Yewprint" homepage = "https://github.com/yewprint/yewprint" documentation = "https://docs.rs/yewprint-css" readme = "README.md" keywords = [ "blueprint", "yew", "ui", "css", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/yewprint/yewprint" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.flate2] version = "1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tar] version = "0.4" [dependencies.ureq] version = "2.5" features = ["json"]