incise-cli 0.1.2

Semantic, byte-preserving Markdown editing CLI for AI agents and automation
# 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 = "2021"
rust-version = "1.85"
name = "incise-cli"
version = "0.1.2"
authors = ["Peter Dalinis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic, byte-preserving Markdown editing CLI for AI agents and automation"
homepage = "https://pdalinis.github.io/incise/"
readme = "README.md"
keywords = [
    "markdown",
    "ai-agents",
    "structured-editing",
    "frontmatter",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/pdalinis/incise"

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

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

[dependencies.clap]
version = "=4.5.20"

[dependencies.incise-core]
version = "0.1.2"

[dependencies.sha2]
version = "0.10"