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.
36 lines
747 B
36 lines
747 B
--- pulldown-cmark-0.8.0/Cargo.toml 2020-09-01T15:23:36+00:00
|
|
+++ pulldown-cmark-0.8.0/Cargo.toml 2023-03-29T13:03:06.244787+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,17 +40,15 @@
|
|
|
|
[dependencies.unicase]
|
|
version = "2.6"
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.3"
|
|
|
|
[dev-dependencies.html5ever]
|
|
-version = "0.25"
|
|
+version = "0.26"
|
|
|
|
[dev-dependencies.lazy_static]
|
|
version = "1.4"
|
|
|
|
[dev-dependencies.markup5ever_rcdom]
|
|
-version = "0.1"
|
|
+version = "0.2"
|
|
|
|
[dev-dependencies.regex]
|
|
version = "1.3"
|