[package] name = "vertigo" version = "0.6.0" authors = ["Grzegorz Szeliga ", "MichaƂ Pokrywka "] description = "Reactive Real-DOM library with SSR for Rust" readme = "README.md" keywords = ["wasm", "web", "isomorphic", "reactive", "javascript"] homepage = "https://github.com/vertigo-web/" repository = "https://github.com/vertigo-web/vertigo" documentation = "https://docs.rs/vertigo/" categories = ["asynchronous", "gui", "wasm", "web-programming"] license = "MIT OR Apache-2.0" edition = "2021" [dependencies] chrono = { version = "0.4", default-features = false, features = ["std"], optional = true } log = { version = "0.4", features = ["std"] } vertigo-macro = { path = "../../crates/vertigo-macro", version = "0.6.0" }