unc-client-primitives 0.7.3

This crate hosts UNC client-related error types
Documentation
[dependencies.actix]
version = "0.13.0"

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

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

[dependencies.serde_json]
version = "1.0.68"

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

[dependencies.thiserror]
version = "1.0.30"

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

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

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

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

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

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

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

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