[package] name = "cssifier" version = "0.1.3" authors = ["kirbylife "] license = " GPL-3.0-or-later" readme = "README.md" homepage = "https://gitlab.com/kirbylife/cssifier" repository = "https://gitlab.com/kirbylife/cssifier" documentation = "https://docs.rs/cssifier" description = "Simple crate to convert XPath selectors to CSS selectors" keywords = ["cssifier", "xpath", "css", "selector"] categories = ["parsing"] edition = "2018" [dependencies] regex = "1.0"