[package]
edition = "2021"
rust-version = "1.74"
name = "fleischwolf-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Fleischwolf (the `fleischwolf` binary; a Rust port of docling)."
homepage = "https://github.com/artiz/fleischwolf"
readme = "README.md"
keywords = [
"docling",
"document",
"pdf",
"markdown",
"converter",
]
categories = [
"command-line-utilities",
"text-processing",
]
license = "MIT"
repository = "https://github.com/artiz/fleischwolf"
[[bin]]
name = "fleischwolf"
path = "src/main.rs"
[dependencies.fleischwolf]
version = "0.1.1"