august 2.4.0

A crate & program for converting HTML to plain text.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "august"
version = "2.4.0"
authors = ["Alan Trick <me@alantrick.ca>"]
description = "A crate & program for converting HTML to plain text."
homepage = "https://gitlab.com/alantrick/august/"
readme = "README.md"
keywords = ["text", "html", "converter"]
categories = ["text-processing"]
license = "LGPL-3.0-or-later"
repository = "https://gitlab.com/alantrick/august/"
[dependencies.argparse]
version = "0.2.2"

[dependencies.html5ever]
version = "0.24.1"

[dependencies.itertools]
version = "0.8.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-rational]
version = "0.2.2"

[dependencies.num-traits]
version = "0.2.8"

[dependencies.regex]
version = "1.3.1"

[dependencies.term_size]
version = "0.3.1"
optional = true

[dependencies.textwrap]
version = "0.11.0"

[dependencies.unicode-segmentation]
version = "1.3.0"

[features]
default = []
term-size = ["term_size"]
[badges.gitlab]
repository = "alantrick/august"