sceptre-cli 0.6.0

Command-line interface for sceptre — CRAFT + gen2 CRNN OCR over ONNX.
# 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 = "2024"
rust-version = "1.85"
name = "sceptre-cli"
version = "0.6.0"
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for sceptre — CRAFT + gen2 CRNN OCR over ONNX."
homepage = "https://github.com/xberg-io/sceptre"
readme = "README.md"
keywords = [
    "ocr",
    "text-recognition",
    "easyocr",
    "cli",
    "onnx",
]
categories = [
    "command-line-utilities",
    "computer-vision",
]
license = "MIT"
repository = "https://github.com/xberg-io/sceptre"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true
features = [
    "ort-dynamic",
    "tract",
    "download",
    "mcp",
]

[features]
candle = ["sceptre/candle"]
candle-cuda = ["sceptre/candle-cuda"]
candle-metal = ["sceptre/candle-metal"]
default = [
    "ort-bundled",
    "download",
]
download = ["sceptre/download"]
mcp = ["sceptre/mcp"]
ort-bundled = ["sceptre/ort-bundled"]
ort-coreml = ["sceptre/ort-coreml"]
ort-cuda = ["sceptre/ort-cuda"]
ort-directml = ["sceptre/ort-directml"]
ort-dynamic = ["sceptre/ort-dynamic"]
tract = ["sceptre/tract"]

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anstream]
version = "1.0"

[dependencies.anstyle]
version = "1.0"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4.6"

[dependencies.sceptre]
version = "0.6.0"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.predicates]
version = "3.1"

[lints.clippy]
dbg_macro = "deny"
print_stderr = "deny"
print_stdout = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"