# 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 = "manganis-common" version = "0.3.0-alpha.3" authors = ["Evan Almloff"] description = "Ergonomic, automatic, cross crate asset collection and optimization" homepage = "https://dioxuslabs.com" keywords = ["assets"] license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/manganis/" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.21.5" [dependencies.home] version = "0.5.5" [dependencies.infer] version = "0.11.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.toml] version = "0.7.6" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.4.0" features = ["serde"] [build-dependencies.built] version = "0.7" features = ["git2"] [features] html = []