[package]
edition = "2021"
name = "roff-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Skillful man page to JSON/Markdown converter - human readable, AI-friendly"
readme = "README.md"
keywords = [
"man",
"roff",
"parser",
"markdown",
"cli",
]
categories = [
"text-processing",
"development-tools",
]
license = "MIT"
repository = "https://github.com/ljh-sh/roff"
[lib]
name = "roff"
path = "src/lib.rs"
[[bin]]
name = "roff"
path = "src/main.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[dependencies.serde_json]
version = "1"