[package]
edition = "2024"
rust-version = "1.92.0"
name = "zoi-common"
version = "1.25.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced Package Manager & Environment Orchestrator"
homepage = "https://zillowe.qzz.io/zds/zoi"
documentation = "https://docs.rs/zoi-rs/latest/zoi"
readme = false
keywords = [
"cli",
"package-manager",
"dev-tools",
"universal",
"environment",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "Apache-2.0"
repository = "https://gitlab.com/zillowe/zillwen/zusty/zoi"
[lib]
name = "zoi_common"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.104"
[dependencies.serde]
version = "1.0.229"
features = [
"derive",
"derive",
]
default-features = false
[dependencies.serde_json]
version = "1.0.151"
[dependencies.zoi-core]
version = "1.25.4"
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cloned_instead_of_copied = "warn"
explicit_iter_loop = "warn"
fn_params_excessive_bools = "allow"
indexing_slicing = "warn"
inefficient_to_string = "warn"
match_same_arms = "warn"
missing_docs_in_private_items = "deny"
must_use_candidate = "allow"
naive_bytecount = "warn"
redundant_closure_for_method_calls = "warn"
ref_option = "allow"
struct_excessive_bools = "allow"
todo = "deny"
too_many_arguments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
undocumented_unsafe_blocks = "deny"
unwrap_used = "deny"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"