slumber_cli 5.1.0

Command line interface for Slumber. Not intended for external use.
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"
rust-version = "1.90.0"
name = "slumber_cli"
version = "5.1.0"
authors = ["Lucas Pickering <lucas@lucaspickering.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for Slumber. Not intended for external use."
homepage = "https://slumber.lucaspickering.me"
readme = false
keywords = [
    "rest",
    "http",
    "terminal",
    "tui",
]
license = "MIT"
repository = "https://github.com/LucasPickering/slumber"

[package.metadata.release]
tag = false

[package.metadata.dist]
dist = false

[features]
import = ["dep:slumber_import"]

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

[[bin]]
name = "slumber_cli"
path = "src/bin.rs"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.0"

[dependencies.async-trait]
version = "0.1.81"

[dependencies.chrono]
version = "0.4.31"
default-features = false

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

[dependencies.clap_complete]
version = "4.5.29"
features = ["unstable-dynamic"]

[dependencies.dialoguer]
version = "0.12.0"
features = ["password"]
default-features = false

[dependencies.indexmap]
version = "2.0.0"
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.reqwest]
version = "0.13.1"
default-features = false

[dependencies.schemars]
version = "1.0.2"
optional = true

[dependencies.serde]
version = "1.0.204"
default-features = false

[dependencies.serde_json]
version = "1.0.120"
features = ["preserve_order"]
optional = true
default-features = false

[dependencies.serde_yaml]
version = "0.9.0"
default-features = false

[dependencies.slumber_config]
version = "5.1.0"
default-features = false

[dependencies.slumber_core]
version = "5.1.0"

[dependencies.slumber_import]
version = "5.1.0"
optional = true

[dependencies.slumber_template]
version = "5.1.0"

[dependencies.slumber_util]
version = "5.1.0"

[dependencies.tokio]
version = "1.39.2"
features = [
    "rt",
    "macros",
]
default-features = false

[dependencies.tracing]
version = "0.1.40"

[dependencies.url]
version = "2.0.0"

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.env-lock]
version = "1.0.1"

[dev-dependencies.predicates]
version = "3.1.3"
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.rstest]
version = "0.26.0"
default-features = false

[dev-dependencies.serde_json]
version = "1.0.120"
features = ["preserve_order"]
default-features = false

[dev-dependencies.serde_urlencoded]
version = "0.7.1"

[dev-dependencies.slumber_core]
version = "5.1.0"
features = ["test"]

[dev-dependencies.slumber_util]
version = "5.1.0"
features = ["test"]

[dev-dependencies.uuid]
version = "1.10.0"
default-features = false

[dev-dependencies.wiremock]
version = "0.6.1"
default-features = false

[lints.clippy]
allow_attributes = "deny"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "warn"
default_trait_access = "allow"
doc_markdown = "allow"
explicit_deref_methods = "allow"
large_enum_variant = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
single_match = "allow"
too_many_lines = "allow"
unused_self = "allow"
used_underscore_binding = "allow"

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

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

[lints.rust]
async_fn_in_trait = "allow"
unsafe_code = "forbid"