divviup-cli 0.5.0-alpha.2

Command line utility for divviup.org
# 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"
name = "divviup-cli"
version = "0.5.0-alpha.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line utility for divviup.org"
homepage = "https://divviup.org"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/divviup/divviup-api"

[features]
admin = ["divviup-client/admin"]
default = ["hpke"]
hpke = [
    "dep:hpke-dispatch",
    "dep:rand",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.const_format]
version = "0.2.36"

[dependencies.divviup-client]
version = "0.5.0-alpha.2"

[dependencies.email_address]
version = "0.2.9"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.hpke-dispatch]
version = "0.7.0"
features = ["serde"]
optional = true

[dependencies.humantime]
version = "2.3.0"

[dependencies.janus_client]
version = "0.7.106"

[dependencies.janus_collector]
version = "0.7.106"

[dependencies.janus_messages]
version = "0.7.124"

[dependencies.num-bigint-4]
version = "0.4.2"
package = "num-bigint"

[dependencies.prio]
version = "0.16.7"

[dependencies.rand]
version = "0.8.5"
optional = true

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

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.47"
features = [
    "serde",
    "serde-well-known",
    "local-offset",
]

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

[dependencies.url]
version = "2.5.8"