polypaging 1.0.1

A Rust crate designed to make sending Poly™ Multicast pages easy
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"
name = "polypaging"
version = "1.0.1"
authors = ["Michael Englehorn"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate designed to make sending Poly™ Multicast pages easy"
readme = false
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/K0HAX/polypaging/"

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

[dependencies.ascii]
version = "1.1.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "env",
    "unicode",
    "wrap_help",
]

[dependencies.log]
version = "0.4.29"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[profile.release]
strip = "symbols"