gemrendr 0.4.0

Turns Gemtext into idiomatic HTML
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 = "2024"
rust-version = "1.87.0"
name = "gemrendr"
version = "0.4.0"
authors = ["AverageHelper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turns Gemtext into idiomatic HTML"
readme = "README.gmi"
keywords = [
    "gemini-protocol",
    "gemtext",
    "html",
]
categories = [
    "command-line-utilities",
    "parsing",
    "web-programming",
]
license = "GPL-3.0-or-later"
repository = "https://git.average.name/AverageHelper/gemrendr"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
std = [
    "dep:clap",
    "const-str/std",
    "url/std",
]

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

[[bin]]
name = "gemrendr"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.5.51"
features = ["derive"]
optional = true

[dependencies.const-str]
version = "0.7.0"
default-features = false

[dependencies.document-features]
version = "0.2.12"

[dependencies.maud]
version = "0.27.0"
default-features = false

[dependencies.url]
version = "2.5.7"
default-features = false

[dev-dependencies.assert_cmd]
version = "2.1.1"
features = ["color-auto"]

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

[dev-dependencies.test-case]
version = "3.3.1"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(tarpaulin_include)",
    "cfg(tarpaulin)",
]