netlit 0.1.2

Express literal IP addresses and socket addresses directly in code
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"
name = "netlit"
version = "0.1.2"
authors = ["Aatif Syed <0xaatif@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Express literal IP addresses and socket addresses directly in code"
homepage = "https://crates.io/crates/netlit"
documentation = "https://docs.rs/netlit"
readme = "README.md"
keywords = [
    "net",
    "const",
]
categories = [
    "web-programming",
    "rust-patterns",
    "no-std::no-alloc",
    "no-std",
    "embedded",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/aatifsyed/netlit"

[lib]
name = "netlit"
path = "src/lib.rs"
proc-macro = true