bitfold-core 0.1.5

Core types, configuration, and utilities for the Bitfold networking library
Documentation
[dependencies.dns-lookup]
version = "3.0.1"

[lib]
name = "bitfold_core"
path = "src/lib.rs"

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

[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.unexpected_cfgs]
check-cfg = ["cfg(enable_const_type_id)"]
level = "allow"
priority = 0

[package]
authors = ["Russell Wong"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core types, configuration, and utilities for the Bitfold networking library"
edition = "2021"
homepage = "https://github.com/russellwmy/bitfold"
license = "MIT"
name = "bitfold-core"
readme = false
repository = "https://github.com/russellwmy/bitfold"
rust-version = "1.90.0"
version = "0.1.5"