datalab-cli 0.1.0

A powerful CLI for converting, extracting, and processing documents using the Datalab API
Documentation
# 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.70"
name = "datalab-cli"
version = "0.1.0"
authors = ["Dipankar <dipankar@datalab.to>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful CLI for converting, extracting, and processing documents using the Datalab API"
homepage = "https://github.com/dipankar/datalab-cli"
documentation = "https://github.com/dipankar/datalab-cli#readme"
readme = "README.md"
keywords = [
    "cli",
    "pdf",
    "document",
    "extraction",
    "markdown",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/dipankar/datalab-cli"

[lib]
name = "datalab_cli"
path = "src/lib.rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.colored]
version = "3"

[dependencies.dirs]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.mime_guess]
version = "2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "stream",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[build-dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
]

[build-dependencies.clap_mangen]
version = "0.2"

[profile.release]
lto = true
codegen-units = 1
strip = true