bounds-cli 0.5.0

Add a .gitignore and LICENSE to a repository
# 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 = "bounds-cli"
version = "0.5.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Add a .gitignore and LICENSE to a repository"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/danfq/bounds"

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

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.cliclack]
version = "0.5.5"

[dependencies.jiff]
version = "0.2.32"

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

[dependencies.ureq]
version = "3.3"
features = ["json"]