[package] name = "xcss" version = "0.1.1" edition = "2021" authors = ["xinnypie"] description = "Rust Package to Convert the Xpath selectors to CSS selector" repository = "https://github.com/xinnypie/xcss" license = "MIT" [dependencies] [lib] name = "xcss" path = "src/lib.rs"