# 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 = "vertigo" version = "0.6.0" authors = [ "Grzegorz Szeliga ", "MichaƂ Pokrywka ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Reactive Real-DOM library with SSR for Rust" homepage = "https://github.com/vertigo-web/" documentation = "https://docs.rs/vertigo/" readme = "README.md" keywords = [ "wasm", "web", "isomorphic", "reactive", "javascript", ] categories = [ "asynchronous", "gui", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vertigo-web/vertigo" [lib] name = "vertigo" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["std"] optional = true default-features = false [dependencies.log] version = "0.4" features = ["std"] [dependencies.vertigo-macro] version = "0.6.0"