tdoc 0.8.2

Library and assorted CLI tools for working with FTML (Formatted Text Markup Language) documents
Documentation
[[bin]]
name = "tdoc"
path = "src/bin/tdoc/main.rs"

[dependencies.atty]
version = "0.2"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.crossterm]
version = "0.27"

[dependencies.html-escape]
version = "0.2"

[dependencies.once_cell]
version = "1.19"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-native-certs]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.unicode-width]
version = "0.1"

[dependencies.url]
version = "2.4"

[dependencies.webpki-roots]
version = "0.26"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.insta]
version = "1.40"

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

[package]
authors = ["Rob Lillack <rob@lillack.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library and assorted CLI tools for working with FTML (Formatted Text Markup Language) documents"
edition = "2021"
license = "MIT"
name = "tdoc"
readme = "README.md"
repository = "https://github.com/roblillack/tdoc"
version = "0.8.2"

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

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

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

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

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

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

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

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

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

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