# 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 = "yew_assets" version = "0.1.2" authors = ["Francisco Jesus Navarro Cortes "] description = "Assets Icon components for yew" documentation = "https://docs.rs/crate/yew_assets" readme = "README.md" categories = ["wasm", "graphics", "web-programming", "web-programming::http-client"] license = "MIT/Apache-2.0" repository = "https://github.com/spielrs/yew_assets" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" [lib] crate-type = ["cdylib", "rlib"] [dependencies.yew] version = "0.18" features = ["web_sys"] [features] browser_assets = [] business_assets = [] communication_assets = [] controller_assets = [] dev_assets = [] device_assets = [] editing_assets = [] env_assets = [] file_assets = [] full = ["browser_assets", "business_assets", "communication_assets", "controller_assets", "dev_assets", "device_assets", "editing_assets", "env_assets", "file_assets", "info_assets", "multimedia_assets", "nav_assets", "object_assets", "social_assets", "ux_assets"] info_assets = [] multimedia_assets = [] nav_assets = [] object_assets = [] social_assets = [] ux_assets = []