# 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 = "2021" rust-version = "1.71" name = "routecore" version = "0.5.0-rc1" authors = ["NLnet Labs "] 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://github.com/NLnetLabs/routecore" [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.5" features = ["case"] optional = true [dependencies.inetnum] version = "0.1.0" features = [ "arbitrary", "serde", ] [dependencies.log] version = "0.4.4" optional = true [dependencies.octseq] version = "0.4.0" features = ["bytes"] optional = true [dependencies.paste] version = "1" [dependencies.serde] version = "1.0.165" features = ["derive"] optional = true [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_test] version = "1" [features] bgp = [ "bytes", "log", "octseq", "const-str", ] bgpsec = [] bmp = [ "bgp", "chrono", ] default = ["bgp"] fsm = ["tokio"]