torrust-net-primitives 0.1.0

Generic networking primitive types for Torrust projects.
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.88"
name = "torrust-net-primitives"
version = "0.1.0"
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic networking primitive types for Torrust projects."
homepage = "https://torrust.com/"
documentation = "https://docs.rs/torrust-net-primitives/"
readme = "README.md"
keywords = [
    "library",
    "net",
    "primitives",
    "torrust",
]
categories = ["network-programming"]
license = "AGPL-3.0-only"
repository = "https://github.com/torrust/torrust-net-primitives"

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.rstest]
version = "0.26.1"