irontide-format 1.0.2

Shared human-readable formatting helpers for irontide crates
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"
name = "irontide-format"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared human-readable formatting helpers for irontide crates"
homepage = "https://codeberg.org/alan090/irontide"
readme = false
keywords = [
    "bittorrent",
    "torrent",
    "peer-to-peer",
    "p2p",
    "download",
]
categories = ["network-programming"]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/alan090/irontide"
resolver = "2"

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

[dependencies.irontide-core]
version = "1"

[dependencies.irontide-session]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1"

[lints.clippy]
await_holding_lock = "deny"
cast_possible_truncation = "deny"
cast_possible_wrap = "deny"
cast_precision_loss = "deny"
cast_sign_loss = "deny"
large_enum_variant = "warn"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "deny"
or_fun_call = "deny"
redundant_clone = "deny"
return_self_not_must_use = "deny"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
unchecked_time_subtraction = "deny"
use_self = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1