md2src 1.1.0

Markdown to source. Extracts code blocks marked with triple backticks 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "md2src"
version = "1.1.0"
authors = ["Alexander Willner <alex@willner.ws>"]
description = "Markdown to source. Extracts code blocks marked with triple backticks into files."
homepage = "https://github.com/AlexanderWillner/md2src"
documentation = "https://github.com/AlexanderWillner/md2src"
readme = "README.md"
keywords = ["markdown"]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/AlexanderWillner/md2src"

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

[[bin]]
name = "md2src"
path = "src/main.rs"
[dependencies.exitfailure]
version = "0.5.1"

[dependencies.failure]
version = "0.1.7"

[dependencies.pulldown-cmark]
version = "0.7"
features = ["simd"]
default-features = false

[dependencies.structopt]
version = "0.3.13"