[package] name = "sauron_vdom" version = "0.26.0" authors = [ "Jovansonlee Cesar " ] license = "MIT" description = "A library for diffing virtual dom tree and generate patches" repository = "https://github.com/ivanceras/sauron" documentation = "https://docs.rs/sauron_vdom" keywords = ["virtual", "dom", "node", "element"] edition = "2018" [dependencies] log = "0.4.8"