# 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 = "afterglow" version = "0.3.0" authors = ["Raymond "] description = "A rust front-end framework built on typed-html and dodrio. Use trait objects to decouple view/mutation behaviour and data model." readme = "../README.md" categories = ["wasm"] license = "Apache-2.0/MIT" repository = "https://github.com/extraymond/afterglow" [lib] crate-type = ["cdylib", "rlib"] [dependencies.async-std] version = "1.6.5" features = ["unstable"] [dependencies.async-trait] version = "0.1.41" [dependencies.dodrio] version = "0.2.0" [dependencies.futures] version = "0.3.7" [dependencies.gloo] version = "0.2.1" [dependencies.js-sys] version = "0.3.45" [dependencies.log] version = "0.4.11" [dependencies.wasm-bindgen] version = "0.2.68" features = ["serde"] [dependencies.wasm-bindgen-futures] version = "0.4.18" [dependencies.web-sys] version = "0.3.45" features = ["Document", "Element", "HtmlElement", "Node", "Window", "Worker"] [dev-dependencies.femme] version = "2.1.1" [dev-dependencies.gloo] version = "0.2.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.18"