18 lines
287 B
TOML
18 lines
287 B
TOML
[package]
|
|
name = "htmlextract"
|
|
version = "0.1.1"
|
|
authors = ["shimun <shimun@shimun.net>"]
|
|
edition = "2018"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
opt-level = 'z'
|
|
|
|
[dependencies]
|
|
kuchiki = "0.8.1"
|
|
structopt = "0.2.15"
|
|
html5ever = "0.25.1"
|
|
markup5ever = "0.10.0"
|