birdc 0.4.2

Library to talk to the BIRD BGP server for administrative and instrumentation purposes
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["net"]
version = "1.47"

[dependencies.tokio-stream]
version = "0.1"

[dev-dependencies.env_logger]
version = "0.11"

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

[dev-dependencies.tokio]
features = ["macros", "net", "rt-multi-thread", "sync"]
version = "1.47"

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

[package]
authors = ["Amod Malviya @amodm"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to talk to the BIRD BGP server for administrative and instrumentation purposes"
documentation = "https://docs.rs/birdc"
edition = "2021"
homepage = "https://github.com/amodm/birdc-rs"
keywords = ["bird", "birdc", "bgp"]
license = "MIT OR Apache-2.0"
name = "birdc"
readme = "README.md"
repository = "https://github.com/amodm/birdc-rs"
version = "0.4.2"

[[test]]
name = "server"
path = "tests/server.rs"

[[test]]
name = "single_long_message"
path = "tests/single_long_message.rs"

[[test]]
name = "test_birdc"
path = "tests/test_birdc.rs"