[[bin]]
name = "Inscribe"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.notify]
version = "5.0"
[dependencies.once_cell]
version = "1.17"
[dependencies.regex]
version = "1.7"
[dependencies.tempfile]
version = "3.4"
[package]
authors = ["Tesserato <tesserato@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing", "text-processing", "template-engine"]
description = "A markdown preprocessor that executes code fences and embeds their output."
edition = "2021"
include = ["src/**/*.rs", "README.md", "LICENSE"]
keywords = ["markdown", "preprocessor", "code", "runner", "cli"]
license = "MIT"
name = "Inscribe"
readme = "README.md"
repository = "https://github.com/tesserato/Inscribe"
version = "0.0.3"