[package]
edition = "2021"
rust-version = "1.84"
name = "pktbuilder"
version = "0.1.2"
authors = [
"Jukka Taimisto <jtaimisto@gmail.com>",
"Ossi Herrala <oherrala@iki.fi>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe builder for building packets"
homepage = "https://github.com/sensorfu/pktbuilder#readme"
readme = "README.md"
categories = [
"encoding",
"no-std",
]
license = "MIT"
repository = "https://github.com/sensorfu/pktbuilder"
[lib]
name = "pktbuilder"
path = "src/lib.rs"
[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false
[dev-dependencies.untrusted]
version = "0.9"
[dev-dependencies.untrustended]
version = "0.4"
[lints.rust]
unsafe-code = "deny"
[lints.rust.deprecated-safe]
level = "deny"
priority = -1
[lints.rust.future-incompatible]
level = "deny"
priority = -1
[lints.rust.keyword-idents]
level = "deny"
priority = -1
[lints.rust.let-underscore]
level = "deny"
priority = -1
[lints.rust.nonstandard-style]
level = "deny"
priority = -1
[lints.rust.refining-impl-trait]
level = "deny"
priority = -1
[lints.rust.rust-2018-compatibility]
level = "deny"
priority = -1
[lints.rust.rust-2018-idioms]
level = "deny"
priority = -1
[lints.rust.rust-2021-compatibility]
level = "deny"
priority = -1
[lints.rust.rust-2024-compatibility]
level = "deny"
priority = -1