unc-client-primitives 0.12.2

This crate hosts UNC client-related error types
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 = "2021"
name = "unc-client-primitives"
version = "0.12.2"
authors = ["Hello Inc <hello@utnet.org>"]
publish = true
description = "This crate hosts UNC client-related error types"
license = "GPL-2.0-or-later"
repository = "https://github.com/utnet-org/utility"

[dependencies.actix]
version = "0.13.0"

[dependencies.chrono]
version = "0.4.37"
features = ["serde"]

[dependencies.serde]
version = "1.0.136"
features = [
    "alloc",
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.68"

[dependencies.strum]
version = "0.24"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.30"

[dependencies.tracing]
version = "0.1.36"
features = ["std"]

[dependencies.unc-chain-configs]
version = "0.12.2"

[dependencies.unc-chain-primitives]
version = "0.12.2"

[dependencies.unc-chunks-primitives]
version = "0.12.2"

[dependencies.unc-crypto]
version = "0.12.2"

[dependencies.unc-primitives]
version = "0.12.2"

[dependencies.yansi]
version = "0.5.1"

[features]
nightly = [
    "nightly_protocol",
    "unc-chain-configs/nightly",
    "unc-primitives/nightly",
]
nightly_protocol = [
    "unc-chain-configs/nightly_protocol",
    "unc-primitives/nightly_protocol",
]
sandbox = []

[lints.clippy]
clone_on_copy = "deny"
derivable_impls = "deny"
len_zero = "deny"
redundant_clone = "deny"
single_char_pattern = "allow"

[lints.clippy.all]
level = "allow"
priority = -100

[lints.clippy.correctness]
level = "deny"
priority = -50

[lints.clippy.perf]
level = "deny"
priority = -50

[lints.clippy.suspicious]
level = "deny"
priority = -50

[lints.rust]
warnings = "deny"