[package] name = "routes" version = "0.1.0" edition = "2021" authors = ["NLnet Labs "] description = "BGP routing related tools" repository = "https://github.com/NLnetLabs/routes/" keywords = ["routing", "bgp"] categories = ["network-programming"] license = "MPL-2.0" [dependencies] anyhow = "1.0.75" bytes = "1.5.0" chrono = "0.4.31" clap = { version = "4.4.6", features = ["cargo"] } const_format = "0.2.31" easy-repl = "0.2.1" routecore = { version = "0.4.0", features = ["bmp"] }