flavorcli 1.0.1

A command line interface to interact with FlavorTown
# 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 = "flavorcli"
version = "1.0.1"
authors = ["Lordseriouspig <lordseriouspig@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line interface to interact with FlavorTown"
readme = "README.MD"
keywords = [
    "flavortown",
    "hack-club",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/lordseriouspig/flavorcli"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.colog]
version = "1.4.0"

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.18.3"

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

[dependencies.log]
version = "0.4.29"

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

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

[dependencies.sentry]
version = "0.46.1"

[dependencies.sentry-anyhow]
version = "0.46.1"

[dependencies.sentry-log]
version = "0.46.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.textwrap]
version = "0.16.2"

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

[dependencies.update-informer]
version = "1.3.0"
features = ["github"]

[lints.rust]
unsafe_code = "warn"