Blob Blame History Raw
--- comrak-0.18.0/Cargo.toml	1970-01-01T00:00:01+00:00
+++ comrak-0.18.0/Cargo.toml	2023-04-20T18:05:12.789638+00:00
@@ -50,15 +50,6 @@
     "syntect",
 ]
 
-[dependencies.arbitrary]
-version = "1"
-features = ["derive"]
-optional = true
-
-[dependencies.emojis]
-version = "0.5.2"
-optional = true
-
 [dependencies.entities]
 version = "1.0.1"
 
@@ -84,9 +75,6 @@
 [dependencies.unicode_categories]
 version = "0.1.1"
 
-[dev-dependencies.ntest]
-version = "0.9"
-
 [features]
 cli = [
     "clap",
@@ -97,7 +85,6 @@
     "cli",
     "syntect",
 ]
-shortcodes = ["emojis"]
 
 [target."cfg(all(not(windows), not(target_arch=\"wasm32\")))".dependencies.xdg]
 version = "^2.1"
@@ -122,20 +109,3 @@
 ]
 optional = true
 default-features = false
-
-[target."cfg(not(target_arch=\"wasm32\"))".dev-dependencies.propfuzz]
-version = "0.0.1"
-
-[target."cfg(target_arch=\"wasm32\")".dependencies.clap]
-version = "4.0"
-features = [
-    "derive",
-    "string",
-]
-optional = true
-
-[target."cfg(target_arch=\"wasm32\")".dependencies.syntect]
-version = "5.0"
-features = ["default-fancy"]
-optional = true
-default-features = false