mdpack 0.1.2

Pack codebases into Markdown bundles and expand them back into files.
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"
name = "mdpack"
version = "0.1.2"
authors = ["Alex Younger <thealexyounger@proton.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pack codebases into Markdown bundles and expand them back into files."
readme = "README.md"
license = "MIT"
repository = "https://github.com/AlextheYounga/mdpack"

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

[[bin]]
name = "mdpack"
path = "src/main.rs"

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

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

[dependencies.ignore]
version = "0.4.23"