15 lines
448 B
TOML
15 lines
448 B
TOML
[package]
|
|
name = "cssifier"
|
|
version = "0.1.0"
|
|
authors = ["kirbylife <kirbylife@protonmail.com>"]
|
|
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"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
regex = "1.0" |