mxr-reader 0.4.15

Reader mode (HTML to text, signature and quote stripping) for mxr
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "mxr-reader"
version = "0.4.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reader mode (HTML to text, signature and quote stripping) for mxr"
homepage = "https://github.com/planetaryescape/mxr"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/planetaryescape/mxr"

[lib]
name = "mxr_reader"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "standards"
path = "tests/standards.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.html2text]
version = "0.14"

[dependencies.mxr-core]
version = "0.4.15"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.which]
version = "7"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.mail-parser]
version = "0.9"

[dev-dependencies.mxr-test-support]
version = "0.4.15"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.serde_json]
version = "1"