pktbuilder 0.1.2

Safe builder for building packets
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 = "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