[package]
edition = "2024"
name = "texio-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reliable Markdown operations for shell scripts and AI agents"
readme = "README.md"
keywords = [
"markdown",
"cli",
"automation",
"agents",
"commonmark",
]
categories = [
"command-line-utilities",
"text-processing",
]
license = "MIT"
repository = "https://github.com/Allra-Fintech/texio"
[[bin]]
name = "texio"
path = "src/main.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.pulldown-cmark]
version = "0.13"
[dependencies.serde_json]
version = "1.0"
[dependencies.similar]
version = "2.7"
[dependencies.tempfile]
version = "3.23"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "3.1"