Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -1,32 +0,0 @@
|
|||||||
--- 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"
|
|
@ -1,11 +0,0 @@
|
|||||||
[package]
|
|
||||||
cargo-toml-patch-comments = [
|
|
||||||
"drop example-only argparse and termion v1 dev-dependencies",
|
|
||||||
]
|
|
||||||
|
|
||||||
[scripts]
|
|
||||||
prep.post = [
|
|
||||||
"# drop unused example programs that pull in outdated dependencies",
|
|
||||||
"rm -rv examples/",
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in new issue