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