dsp-cli 0.1.1

AI-agent-friendly command-line interface for the DaSCH Service Platform (DSP)
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 = "2024"
rust-version = "1.92"
name = "dsp-cli"
version = "0.1.1"
authors = ["Balduin Landolt <balduin.landolt@dasch.swiss>"]
build = false
include = [
    "src/**/*",
    "docs/topics/*.md",
    "skill/SKILL.md",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-agent-friendly command-line interface for the DaSCH Service Platform (DSP)"
homepage = "https://github.com/dasch-swiss/dsp-incubator/tree/main/dsp-cli"
readme = "README.md"
keywords = [
    "dasch",
    "dsp",
    "cli",
    "digital-humanities",
    "rdf",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/dasch-swiss/dsp-incubator"

[features]
live = []

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

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

[dependencies.dirs]
version = "5"

[dependencies.dotenvy]
version = "0.15"

[dependencies.jsonwebtoken]
version = "10"
features = ["rust_crypto"]

[dependencies.percent-encoding]
version = "2"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
    "rustls",
    "query",
]
default-features = false

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]
default-features = false

[dev-dependencies.wiremock]
version = "0.6"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"