tree2md 0.8.1

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

[dependencies.atty]
version = "0.2"

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

[dependencies.toml]
version = "0.8"

[dependencies.unicode-width]
version = "0.1"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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