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.
rust-html2text/html2text-fix-metadata.diff

33 lines
690 B

--- html2text-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ html2text-0.6.0/Cargo.toml 2024-10-04T12:37:51.783311+00:00
@@ -25,14 +25,6 @@
license = "MIT"
repository = "https://github.com/jugglerchris/rust-html2text/"
-[[example]]
-name = "html2term"
-path = "examples/html2term.rs"
-
-[[example]]
-name = "html2text"
-path = "examples/html2text.rs"
-
[dependencies.backtrace]
version = "0.3"
optional = true
@@ -52,14 +44,8 @@
[dependencies.xml5ever]
version = "0.17"
-[dev-dependencies.argparse]
-version = "0.2.2"
-
[features]
ansi_colours = []
default = []
html_trace = []
html_trace_bt = ["backtrace"]
-
-[target."cfg(unix)".dev-dependencies.termion]
-version = "1.5"