docling-cli 0.52.0

Command-line interface for docling.rs (the `docling-rs` binary; a Rust port of docling).
# 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.88"
name = "docling-cli"
version = "0.52.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/docling-project/docling.rs"
readme = "README.md"
keywords = [
    "docling",
    "document",
    "pdf",
    "markdown",
    "converter",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/docling-project/docling.rs"

[features]
chunking = ["docling/chunking"]
coreml = ["docling/coreml"]
cuda = ["docling/cuda"]
default = ["chunking"]
directml = ["docling/directml"]
serve = [
    "dep:docling-serve",
    "dep:tokio",
]
tensorrt = ["docling/tensorrt"]
web-browser = ["docling/web-browser"]

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

[dependencies.docling]
version = "0.52.0"

[dependencies.docling-serve]
version = "0.52.0"
optional = true
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
optional = true