slumber_config 5.2.2

Configuration 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_config"
version = "5.2.2"
authors = ["Lucas Pickering <lucas@lucaspickering.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration 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

[features]
default = ["tui"]
schema = ["dep:schemars"]
tui = [
    "dep:glob",
    "dep:mime",
    "dep:ratatui-core",
    "dep:terminput",
]

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

[dependencies.derive_more]
version = "2.1.0"
features = [
    "deref",
    "display",
]
default-features = false

[dependencies.editor-command]
version = "2.0.0"

[dependencies.glob]
version = "0.3.2"
optional = true

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.mime]
version = "0.3.17"
optional = true

[dependencies.ratatui-core]
version = "0.1.0-alpha.6"
features = ["serde"]
optional = true
default-features = false

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

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

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

[dependencies.slumber_util]
version = "5.2.2"

[dependencies.terminput]
version = "0.5.3"
optional = true

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.dirs]
version = "6.0.0"

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

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

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

[dev-dependencies.serde_test]
version = "1.0.176"

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

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