[package]
edition = "2021"
rust-version = "1.75"
name = "limnifs-format"
version = "0.3.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LimniFS semantic types and wire-format primitives"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/limnifs/limnifs"
[lib]
name = "limnifs_format"
path = "src/lib.rs"
[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "deny"