# 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-bulma" version = "0.0.2" authors = ["Jonathan Johnson "] description = "Yew components compatible with the Bulma CSS framework" readme = "./README.md" keywords = ["yew", "bulma"] categories = ["wasm", "web-programming"] license = "MIT" repository = "https://github.com/khonsulabs/yew-bulma" [dependencies.chrono] version = "0.4" features = ["serde", "js-sys"] [dependencies.float-cmp] version = "0.8" [dependencies.include_dir] version = "0.6" [dependencies.js-sys] version = "0.3" [dependencies.pulldown-cmark] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.web-sys] version = "0.3" [dependencies.yew] version = "0.17"