snakedown 0.3.0

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

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

[[bin]]
name = "snakedown"
path = "src/main.rs"
bench = false

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

[[bench]]
name = "test_pkg"
path = "benches/test_pkg.rs"
harness = false

[dependencies.base64]
version = "0.22.1"

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

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

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

[dependencies.console]
version = "0.16.2"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.edit-distance]
version = "2.2.2"

[dependencies.flate2]
version = "1.1.2"

[dependencies.jupyter-protocol]
version = "1.0.0"

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

[dependencies.nbformat]
version = "1.0.0"

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

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

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

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

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

[dependencies.tera]
version = "1.20.1"

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

[dependencies.toml]
version = "0.9.2"

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

[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.criterion]
version = "0.8.2"
features = [
    "async_tokio",
    "html_reports",
]

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

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

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

[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"

[profile.bench]
debug = 2
inherits = "release"
strip = "none"

[profile.dev]
debug = 0

[profile.release]
lto = "fat"
codegen-units = 1
debug = 0
strip = "symbols"