cssifier/Cargo.toml

15 lines
448 B
TOML
Raw Normal View History

2021-03-08 00:50:42 +00:00
[package]
name = "cssifier"
2021-03-08 02:43:09 +00:00
version = "0.1.1"
2021-03-08 01:50:16 +00:00
authors = ["kirbylife <kirbylife@protonmail.com>"]
2021-03-08 02:31:41 +00:00
license = " GPL-3.0-or-later"
readme = "README.md"
homepage = "https://gitlab.com/kirbylife/cssifier"
repository = "https://gitlab.com/kirbylife/cssifier"
description = "Simple crate to convert XPath selectors to CSS selectors"
keywords = ["cssifier", "xpath", "css", "selector"]
categories = ["parsing"]
2021-03-08 00:50:42 +00:00
edition = "2018"
[dependencies]
regex = "1.0"