[dependencies.anyhow]
features = ["backtrace"]
version = "1.0"
[dependencies.hashbrown]
features = ["rayon"]
version = "0.14"
[dependencies.ir]
package = "route_verification_ir"
version = "0.3.1"
[dependencies.log]
version = "0.4"
[dependencies.petgraph]
default_features = false
version = "0.6.4"
[lib]
name = "route_verification_graph"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Parse RPSL in the IRR to verify observed BGP routes"
edition = "2021"
license = "MIT"
name = "route_verification_graph"
readme = "README.md"
repository = "https://github.com/SichangHe/internet_route_verification"
version = "0.1.1"