camber-cli 0.1.6

CLI, project scaffolding, and config-driven proxy for Camber
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 = "camber-cli"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI, project scaffolding, and config-driven proxy for Camber"
homepage = "https://github.com/jostled-org/camber"
documentation = "https://docs.rs/camber-cli"
readme = "README.md"
keywords = [
    "camber",
    "cli",
    "proxy",
    "tokio",
    "http",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "web-programming::http-server",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jostled-org/camber"
resolver = "2"

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

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

[[test]]
name = "cli_context"
path = "tests/cli_context.rs"

[[test]]
name = "cli_new"
path = "tests/cli_new.rs"

[[test]]
name = "cli_serve"
path = "tests/cli_serve.rs"

[[test]]
name = "compile_time"
path = "tests/compile_time.rs"

[[test]]
name = "operational"
path = "tests/operational.rs"

[dependencies.camber]
version = "0.1.6"
features = [
    "acme",
    "dns01",
]

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
collapsible_match = "warn"
expect_used = "deny"
match_ref_pats = "warn"
match_same_arms = "warn"
match_single_binding = "warn"
needless_bool = "deny"
needless_late_init = "warn"
needless_match = "warn"
panic = "deny"
redundant_guards = "warn"
redundant_pattern = "warn"
redundant_pattern_matching = "warn"
single_match = "allow"
single_match_else = "allow"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"