slumber_util 4.2.1

Common utilities used across several subcrates of Slumber. Not for external use.
Documentation
[dependencies.derive_more]
default-features = false
features = ["display", "from"]
version = "1.0.0"

[dependencies.dirs]
version = "5.0.1"

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

[dependencies.itertools]
version = "0.13.0"

[dependencies.path-clean]
version = "1.0.1"

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

[dependencies.saphyr]
version = "0.0.6"

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

[dependencies.serde_path_to_error]
version = "0.1.16"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "fmt", "registry"]
optional = true
version = "0.3.17"

[dependencies.uuid]
default-features = false
features = ["v4"]
optional = true
version = "1.10.0"

[dependencies.winnow]
version = "0.7.0"

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

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

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

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

[dev-dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "fmt", "registry"]
version = "0.3.17"

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

[features]
test = ["dep:rstest", "dep:uuid", "dep:tracing-subscriber"]

[lib]
name = "slumber_util"
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"
large_enum_variant = "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]
async_fn_in_trait = "allow"
unsafe_code = "forbid"

[package]
authors = ["Lucas Pickering <lucas@lucaspickering.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common utilities used across several subcrates of Slumber. Not for external use."
edition = "2024"
homepage = "https://slumber.lucaspickering.me"
keywords = ["rest", "http", "terminal", "tui"]
license = "MIT"
name = "slumber_util"
readme = false
repository = "https://github.com/LucasPickering/slumber"
rust-version = "1.88.0"
version = "4.2.1"

[package.metadata.release]
tag = false