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