valley-free 0.2.0

BGP valley-free routing AS path exploration library
Documentation
[package]
name = "valley-free"
description = "BGP valley-free routing AS path exploration library"
keywords = ["bgp", "valley-free", "network", "simulation"]
repository = "https://github.com/bgpkit/valley-free"
documentation = "https://docs.rs/valley-free"
version = "0.2.0"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "valley_free"
crate-type = ["cdylib", "rlib"]

[dependencies]
pyo3 = "0.15.1"
bzip2="0.4"

[features]
extension-module = ["pyo3/extension-module"]
default = ["extension-module"]