routecore 0.7.2

A Library with Building Blocks for BGP Routing
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 = "routecore"
version = "0.7.2"
authors = ["NLnet Labs <routing-team@nlnetlabs.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Library with Building Blocks for BGP Routing"
documentation = "https://docs.rs/routecore/"
readme = "README.md"
keywords = [
    "routing",
    "bgp",
]
categories = ["network-programming"]
license = "BSD-3-Clause"
repository = "https://codeberg.org/NLnetLabs/routecore"

[features]
bgp = [
    "bytes",
    "log",
    "octseq",
    "const-str",
]
bgpsec = []
bmp = [
    "bgp",
    "chrono",
]
default = ["bgp"]
fsm = ["tokio"]
mrt = [
    "bgp",
    "fsm",
    "rayon",
    "serde",
]

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

[dependencies.arbitrary]
version = "1.3.1"
features = ["derive"]
optional = true

[dependencies.bytes]
version = "1.2"
optional = true

[dependencies.chrono]
version = "0.4.20"
optional = true
default-features = false

[dependencies.const-str]
version = "0.6"
features = ["case"]
optional = true

[dependencies.inetnum]
version = "0.1.1"
features = [
    "arbitrary",
    "serde",
]

[dependencies.log]
version = "0.4.4"
optional = true

[dependencies.octseq]
version = "0.5"
features = ["bytes"]
optional = true

[dependencies.paste]
version = "1"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.serde]
version = "1.0.165"
features = ["derive"]
optional = true

[dependencies.serde_with]
version = "3"

[dependencies.tokio]
version = ">=1.24.2"
features = [
    "io-util",
    "macros",
    "net",
    "sync",
    "rt-multi-thread",
    "time",
]
optional = true

[dev-dependencies.memmap2]
version = "0.9"

[dev-dependencies.serde_json]
version = "1"