# 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 = "yew-bootstrap" version = "0.11.0" authors = [ "Matthew Scheffel ", "Foorack ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bootstrap 5 Components for Yew" readme = "README.md" keywords = [ "yew", "bootstrap", "web", ] categories = [ "gui", "web-programming", ] license = "MIT" repository = "https://github.com/isosphere/yew-bootstrap/" [lib] name = "yew_bootstrap" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.gloo-console] version = "0.3" [dependencies.yew] version = "0.21" features = ["csr"] [dev-dependencies.wasm-bindgen] version = "0.2.*" [dev-dependencies.web-sys] version = "0.3.*" features = [ "HtmlTextAreaElement", "HtmlSelectElement", ] [build-dependencies.anyhow] version = "1.0.75" features = ["std"] default-features = false [build-dependencies.convert_case] version = "0.6.0" default-features = false