# 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 = "rusty-p4" version = "0.1.0-alpha.2" authors = ["skye347 "] description = "A (WIP) library for writing P4 controller in Rust." keywords = ["SDN", "Network", "P4"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/another-s347/rusty-p4" [dependencies.byteorder] version = "1.3.2" [dependencies.bytes] version = "0.4.12" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.3.0-alpha.18" features = ["async-await", "nightly", "compat"] package = "futures-preview" [dependencies.futures01] version = "^0.1.15" [dependencies.grpcio] version = "0.5.0-alpha.4" [dependencies.hex] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nom] version = "5" [dependencies.prost] version = "0.5" [dependencies.rusty-p4-proto] version = "0.1.0-alpha.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "0.2.0-alpha.4" features = ["rt-full"]