maincopy-cli 0.1.0

Operator command-line client for the Maincopy administration 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 = "2024"
name = "maincopy-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operator command-line client for the Maincopy administration API"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tee8z/maincopy"

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

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

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

[dependencies.base64]
version = "=0.22.1"

[dependencies.bytes]
version = "=1.12.1"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.getrandom]
version = "=0.4.3"
default-features = false

[dependencies.k256]
version = "=0.13.4"
features = ["schnorr"]
default-features = false

[dependencies.keyring]
version = "=4.2.0"
features = ["v1"]
default-features = false

[dependencies.maincopy-shared]
version = "=0.1.0"

[dependencies.reqwest]
version = "=0.12.28"
features = ["rustls-tls"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "=0.10.9"
default-features = false

[dependencies.thiserror]
version = "2.0.20"

[dependencies.time]
version = "0.3.55"
features = ["serde-well-known"]

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt",
]

[dependencies.uuid]
version = "1.26.0"
features = ["v4"]

[dependencies.zeroize]
version = "=1.9.0"
default-features = false

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

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "io-util",
    "net",
    "process",
    "sync",
    "time",
]

[dev-dependencies.tokio-rustls]
version = "=0.26.4"
features = ["ring"]
default-features = false

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.rustix]
version = "=1.1.4"
features = [
    "fs",
    "std",
    "termios",
]
default-features = false

[target.'cfg(target_os = "linux")'.dev-dependencies.rustix]
version = "=1.1.4"
features = [
    "pty",
    "event",
]
default-features = false