snakedown 0.2.0

This is a snakedown. Hand over your docs, nice and clean, and nobody gets confused.
Documentation
[[bin]]
name = "snakedown"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "unicode", "cargo"]
version = "4"

[dependencies.clap-verbosity-flag]
features = ["tracing"]
version = "3.0.3"

[dependencies.color-eyre]
version = "0.6"

[dependencies.flate2]
version = "1.1.2"

[dependencies.lazy-regex]
version = "3.4.1"

[dependencies.pyproject-toml]
version = "0.13.7"

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

[dependencies.rustpython-parser]
version = "0.4.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.strum]
features = ["derive", "strum_macros"]
version = "0.27.1"

[dependencies.tera]
version = "1.20.1"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"]
version = "1.45"

[dependencies.toml]
version = "0.9.2"

[dependencies.tracing]
features = ["attributes"]
version = "0"

[dependencies.tracing-error]
version = "0"

[dependencies.tracing-subscriber]
version = "0"

[dependencies.url]
version = "2.5.4"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.assert_fs]
version = "1.1.3"

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

[dev-dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.tracing-test]
version = "0.2.5"

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

[lints.clippy]
collapsible_match = "warn"
expect_used = "warn"
match_bool = "warn"
match_ref_pats = "warn"
match_same_arms = "warn"
match_single_binding = "warn"
needless_bool = "deny"
needless_late_init = "warn"
needless_match = "warn"
redundant_guards = "warn"
redundant_pattern = "warn"
redundant_pattern_matching = "warn"
single_match = "warn"
single_match_else = "warn"
unwrap_used = "warn"

[package]
authors = ["Sam Vente <savente93@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is a snakedown. Hand over your docs, nice and clean, and nobody gets confused."
documentation = "https://docs.rs/snakedown"
edition = "2024"
license = "MIT"
name = "snakedown"
readme = "README.md"
repository = "https://github.com/savente93/snakedown"
rust-version = "1.91"
version = "0.2.0"

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