epel10
imports/epel10/rust-html-escape-0.2.13-6.el10
parent
799715c734
commit
7f61aa3caf
@ -0,0 +1,19 @@
|
|||||||
|
--- html-escape-0.2.13/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
|
+++ html-escape-0.2.13/Cargo.toml 2024-09-29T16:17:06.602379+00:00
|
||||||
|
@@ -38,16 +38,8 @@
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/magiclen/html-escape"
|
||||||
|
|
||||||
|
-[[bench]]
|
||||||
|
-name = "encode"
|
||||||
|
-harness = false
|
||||||
|
-required-features = ["std"]
|
||||||
|
-
|
||||||
|
[dependencies.utf8-width]
|
||||||
|
version = "0.1"
|
||||||
|
-
|
||||||
|
-[dev-dependencies.bencher]
|
||||||
|
-version = "0.1.5"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["std"]
|
@ -0,0 +1,6 @@
|
|||||||
|
[package]
|
||||||
|
summary = "Library for escaping special characters and unescaping HTML entities in HTML"
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"drop unused, benchmark-only bencher dev-dependency",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in new issue