loupe-cli 0.1.0

loupectl — admin CLI for loupe-server.
# 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"
rust-version = "1.88"
name = "loupe-cli"
version = "0.1.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "loupectl — admin CLI for loupe-server."
readme = "README.md"
keywords = [
    "security",
    "code-review",
    "scanner",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/project-loupe/loupe"

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

[dependencies.anyhow]
version = "1"
features = ["std"]
default-features = false

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.clap]
version = "4"
features = [
    "std",
    "derive",
    "env",
    "help",
    "usage",
    "error-context",
]
default-features = false

[dependencies.loupe-core]
version = "0.1.0"

[dependencies.loupe-proto]
version = "0.1.0"

[dependencies.loupe-tls]
version = "0.1.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls-webpki-roots",
    "json",
]
default-features = false

[dependencies.serde_json]
version = "1"
features = ["std"]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "io-util",
    "io-std",
    "net",
    "sync",
    "time",
    "signal",
    "process",
]
default-features = false

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"