asdot 0.1.0

RFC 5396-compliant Autonomous System Number (ASN) parsing and formatting
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 = "asdot"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC 5396-compliant Autonomous System Number (ASN) parsing and formatting"
readme = "README.md"
keywords = [
    "asn",
    "bgp",
    "network",
    "asdot",
    "asdot-plus",
]
license = "MIT"
repository = "https://github.com/rcullito/asdot"

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

[dependencies.derive_more]
version = "1"
features = ["display"]

[dependencies.thiserror]
version = "2"