# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bgp-rs" version = "0.6.0" authors = ["Christian Veenman "] exclude = ["README.md", "res/*", "tests/*", ".travis.yml"] description = "A library for parsing Border Gateway Protocol (BGP) formatted streams." homepage = "https://github.com/DevQps/bgp-rs" documentation = "https://docs.rs/bgp-rs" readme = "README.md" keywords = ["bgp", "parser"] categories = ["parsing", "network-programming"] license = "GPL-3.0" repository = "https://github.com/DevQps/bgp-rs" [dependencies.bitflags] version = "1.2" optional = true [dependencies.byteorder] version = "1.3.1" features = ["i128"] [dev-dependencies.etherparse] version = "0.9.0" [dev-dependencies.libflate] version = "0.1" [dev-dependencies.mrt-rs] version = "2.0.0" [dev-dependencies.pcap-file] version = "1.1" [dev-dependencies.twoway] version = "0.2.0" [features] default = [] flowspec = ["bitflags"] [badges.codecov] branch = "master" repository = "DevQps/bgp-rs" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "DevQps/bgp-rs"