[package]
edition = "2021"
name = "tangler"
version = "0.4.0"
authors = ["Wiktor Kwapisiewicz <wiktor@metacode.biz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extracts code blocks from Markdown documents"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/wiktor-k/tangler"
[lib]
name = "tangler"
path = "src/lib.rs"
[[bin]]
name = "tangler"
path = "src/main.rs"
[[test]]
name = "all"
path = "tests/all.rs"
[dev-dependencies.rstest]
version = "0.26.1"
[dev-dependencies.testresult]
version = "0.4.1"