# 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" name = "asset" version = "0.0.1" authors = [ "Evan Almloff", "Miles Murgaw", "Jonathan Kelley", "Dioxus Labs", ] description = "Ergonomic, automatic, cross crate asset collection and optimization" homepage = "https://dioxuslabs.com" readme = "README.md" keywords = ["assets"] license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/collect-assets/" [lib] [dependencies.dioxus-core] version = "0.5.0" optional = true [dependencies.manganis-macro] version = "0.2.1" [features] default = ["dioxus"] dioxus = ["dioxus-core"] html = [] url-encoding = ["manganis-macro/url-encoding"]