src2md 0.1.4

Turn source code into a Markdown document with syntax highlighting, or extract it back.
Documentation
[[bin]]
name = "src2md"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.40"

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

[dependencies.content_inspector]
version = "0.2"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.ignore]
version = "0.4"

[dependencies.log]
version = "0.4.27"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.tokio]
features = ["fs", "io-util", "macros", "rt-multi-thread"]
version = "1"

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

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

[package]
authors = ["Matias Hiltunen <https://github.com/MatiasHiltunen>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "text-processing"]
description = "Turn source code into a Markdown document with syntax highlighting, or extract it back."
documentation = "https://docs.rs/src2md"
edition = "2024"
homepage = "https://github.com/MatiasHiltunen/src2md"
keywords = ["markdown", "cli", "code", "extract", "docs"]
license = "MIT"
name = "src2md"
readme = "README.md"
repository = "https://github.com/MatiasHiltunen/src2md"
version = "0.1.4"