zoi-sync 1.25.3

Advanced Package Manager & Environment Orchestrator
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.92.0"
name = "zoi-sync"
version = "1.25.3"
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_sync"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.colored]
version = "3.1.1"

[dependencies.git2]
version = "0.21.0"
features = [
    "https",
    "vendored-openssl",
]
default-features = false

[dependencies.indicatif]
version = "0.18.6"

[dependencies.rayon]
version = "1.12.0"

[dependencies.serde_yaml]
version = "0.10.6"
package = "yaml_serde"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zoi-core]
version = "1.25.3"

[dependencies.zoi-db]
version = "1.25.3"

[dependencies.zoi-install]
version = "1.25.3"

[dependencies.zoi-lua]
version = "1.25.3"

[dependencies.zoi-project]
version = "1.25.3"

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