futures-byteorder 1.0.1

A modern async byteorder library for the smol/futures-lite ecosystem
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"
rust-version = "1.87"
name = "futures-byteorder"
version = "1.0.1"
build = false
exclude = [
    "deny.toml",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern async byteorder library for the smol/futures-lite ecosystem"
homepage = "https://codeberg.org/Cupertino/futures-byteorder"
documentation = "https://docs.rs/futures-byteorder"
readme = "README.md"
keywords = [
    "async",
    "byteorder",
    "endian",
    "futures",
    "smol",
]
categories = [
    "asynchronous",
    "encoding",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/Cupertino/futures-byteorder"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.futures-lite]
version = "2"

[dev-dependencies.async-io]
version = "2"

[dev-dependencies.fastrand]
version = "2"

[dev-dependencies.pastey]
version = "0.2"

[lints.clippy.expect_used]
level = "deny"
priority = 1

[lints.clippy.nursery]
level = "warn"
priority = 0

[lints.clippy.pedantic]
level = "warn"
priority = 0

[lints.clippy.unwrap_used]
level = "deny"
priority = 1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"