tree2md 0.7.0

Like the tree command, but outputs in Markdown. Optionally embed file contents as code blocks.
[[bin]]
name = "tree2md"
path = "src/main.rs"

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

[dependencies.dirs]
version = "5.0"

[dependencies.glob]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.pathdiff]
version = "0.2"

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

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

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

[package]
authors = ["zawakin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Like the tree command, but outputs in Markdown. Optionally embed file contents as code blocks."
edition = "2021"
homepage = "https://github.com/zawakin/tree2md"
keywords = ["markdown", "tree", "directory", "cli", "tool"]
license = "MIT"
name = "tree2md"
readme = "README.md"
repository = "https://github.com/zawakin/tree2md"
version = "0.7.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true

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