Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Fabio Valentini | b5b356fce4 | 4 months ago |
Fedora Release Engineering | b5dd993110 | 6 months ago |
Fedora Release Engineering | dfd9b6eac1 | 12 months ago |
@ -0,0 +1,32 @@
|
||||
--- 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"
|
@ -0,0 +1,11 @@
|
||||
[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