# 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 = "byewlma" version = "0.1.3" authors = ["Elliott Clarke "] exclude = [".tools", "examples/*"] description = "Opinionated implementation of Bulma for Yew" license = "MIT/Apache-2.0" repository = "https://github.com/ecclarke42/byewlma" [dependencies.byewlma-macros] version = "0.1.3" [dependencies.chrono] version = "0.4" features = ["serde", "wasmbind"] [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.palette] version = "0.6" [dependencies.paste] version = "1" [dependencies.strum] version = "0.21" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.web-sys] version = "0.3" [dependencies.yew] version = "0.18" [dependencies.yewtil] version = "0.4" features = ["pure"]