adpt 0.13.6

A tool for interacting with the Adaptive platform
# 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"
name = "adpt"
version = "0.13.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for interacting with the Adaptive platform"
readme = "README.md"
license = "MIT OR Apache-2.0"

[[package.metadata.generate-rpm.assets]]
source = "target/x86_64-unknown-linux-gnu/release/adpt"
dest = "/usr/bin/adpt"
mode = "755"

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

[dependencies.adaptive-client-rust]
version = "0.13.4"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-stream]
version = "0.3"

[dependencies.autumnus]
version = "0.7.6"
features = ["lang-json"]
default-features = false

[dependencies.clap]
version = "4.5.47"
features = [
    "derive",
    "string",
]

[dependencies.clap-markdown]
version = "0.1.5"

[dependencies.clap_complete]
version = "4.5.58"
features = ["unstable-dynamic"]

[dependencies.directories]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.email_address]
version = "0.2.9"

[dependencies.envy]
version = "0.4.2"

[dependencies.futures]
version = "0.3"

[dependencies.graphql_client]
version = "0.15.0"

[dependencies.humantime]
version = "2.3.0"

[dependencies.iocraft]
version = "0.7.14"

[dependencies.keyring]
version = "3.6.3"
features = [
    "apple-native",
    "crypto-rust",
    "sync-secret-service",
]

[dependencies.reqwest]
version = "0.12.23"
features = [
    "json",
    "multipart",
    "rustls-tls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.slug]
version = "0.1.6"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.termwiz]
version = "0.23"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dependencies.toml]
version = "1.0.0"

[dependencies.url]
version = "2.5.7"
features = ["serde"]

[dependencies.uuid]
version = "1.18.1"
features = ["serde"]

[dependencies.zip]
version = "6.0.0"
features = ["deflate"]
default-features = false

[dependencies.zip-extensions]
version = "0.13.0"
features = ["deflate"]
default-features = false