args-cli 0.1.1

Command-line interface for args
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 = "args-cli"
version = "0.1.1"
authors = [
    "Mikkel Kim <mikkel@args.io>",
    "Paul Bae <paul@args.io>",
]
build = false
exclude = [
    ".env",
    ".env.example",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for args"
homepage = "https://args.io"
documentation = "https://docs.rs/args-cli"
readme = "README.md"
keywords = [
    "args",
    "cli",
    "git",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://args.io/bkdevs/args"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.args-api]
version = "0.1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.figment]
version = "0.10.19"
features = [
    "env",
    "toml",
]

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "query",
]

[dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]

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

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.toml]
version = "1.0"

[dependencies.url]
version = "2.5.8"