zettabgp 0.1.5

This is a BGP (parsing and composing) and BMP (only parsing) protocols driver library for Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "serde"
version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"

[[package]]
name = "zettabgp"
version = "0.1.5"
dependencies = [
 "serde",
]