You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
557 B
25 lines
557 B
2 years ago
|
--- pulldown-cmark-0.8.0/Cargo.toml 2020-09-01T15:23:36+00:00
|
||
|
+++ pulldown-cmark-0.8.0/Cargo.toml 2022-12-14T15:08:59.396075+00:00
|
||
|
@@ -23,11 +23,7 @@
|
||
|
categories = ["text-processing"]
|
||
|
license = "MIT"
|
||
|
repository = "https://github.com/raphlinus/pulldown-cmark"
|
||
|
-
|
||
|
-[[bin]]
|
||
|
-name = "pulldown-cmark"
|
||
|
-doc = false
|
||
|
-required-features = ["getopts"]
|
||
|
+autobins = false
|
||
|
|
||
|
[[bench]]
|
||
|
name = "html_rendering"
|
||
|
@@ -44,8 +40,6 @@
|
||
|
|
||
|
[dependencies.unicase]
|
||
|
version = "2.6"
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.3"
|
||
|
|
||
|
[dev-dependencies.html5ever]
|
||
|
version = "0.25"
|