[package] name = "manganis-common" version.workspace = true edition = "2021" authors = ["Evan Almloff"] description = "Ergonomic, automatic, cross crate asset collection and optimization" license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/manganis/" homepage = "https://dioxuslabs.com" keywords = ["assets"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.183", features = ["derive"] } toml = "0.7.6" anyhow = "1" home = "0.5.5" base64 = "0.21.5" infer = "0.11.0" # Remote assets url = { version = "2.4.0", features = ["serde"] } tracing = "0.1.40" [features] html = [] [build-dependencies] built = { version = "0.7", features = ["git2"] }