slumber_cli 3.2.0

Command line interface for Slumber. Not intended for external use.
Documentation
[[bin]]
name = "slumber_cli"
path = "src/bin.rs"

[dependencies.anyhow]
version = "1.0.0"

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

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

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

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

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

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

[dependencies.itertools]
version = "0.13.0"

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

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

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

[dependencies.slumber_config]
version = "3.2.0"

[dependencies.slumber_core]
version = "3.2.0"

[dependencies.slumber_import]
version = "3.2.0"

[dependencies.slumber_util]
version = "3.2.0"

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

[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 = "0.1.0"

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

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

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

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

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

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

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

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

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

[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"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
similar_names = "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]
unsafe_code = "forbid"

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

[package.metadata.dist]
dist = false

[package.metadata.release]
tag = false

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

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

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

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

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

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