# 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 = "valerie" version = "0.1.2" authors = ["Emmanuel Antony "] description = "Rust font-end framework for building web apps." homepage = "https://github.com/emmanuelantony2000/valerie" readme = "README.md" keywords = ["wasm", "webassembly", "frontend", "framework", "web"] categories = ["wasm", "gui", "web-programming", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/emmanuelantony2000/valerie" [profile.release] lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.crossbeam] version = "0.7.3" [dependencies.futures-intrusive] version = "0.3.1" [dependencies.parking_lot] version = "0.11.0" [dependencies.wasm-bindgen] version = "0.2.65" [dependencies.wasm-bindgen-futures] version = "0.4.15" [dependencies.web-sys] version = "0.3.42" features = ["Window", "Document", "Node", "Element", "HtmlElement", "HtmlDataElement", "Text", "EventTarget"] [dev-dependencies.wasm-bindgen] version = "0.2.65" [dev-dependencies.wasm-bindgen-test] version = "0.3.15" [dev-dependencies.wasm-timer] version = "0.2.4" [features] debug = ["console_error_panic_hook"]