# 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 = "2018" name = "bgp-models" version = "0.9.1" authors = ["Mingwei Zhang "] description = """ Structs and other building blocks for BGP and MRT related Rust projects. """ documentation = "https://docs.rs/bgp-models" readme = "README.md" keywords = [ "bgp", "mrt", ] license = "MIT" repository = "https://github.com/bgpkit/bgpkit-parser/bgp-models" [package.metadata] msrv = "1.46.0" [dependencies.enum-primitive-derive] version = "0.2" [dependencies.ipnet] version = "2.7" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"