newsletter-to-web/kuchiki/Cargo.toml

23 lines
430 B
TOML

[package]
name = "kuchiki"
version = "0.8.1"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT"
description = "(朽木) HTML/XML tree manipulation library"
repository = "https://github.com/kuchiki-rs/kuchiki"
edition = "2018"
[lib]
name = "kuchiki"
doctest = false
[dependencies]
cssparser = "^0.27"
matches = "^0.1.4"
html5ever = "^0.26"
selectors = "^0.22"
indexmap = "^1.6.0"
[dev-dependencies]
tempfile = "3"