# 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 = "vpp-api-transport" version = "0.1.5" authors = ["Andrew Yourtchenko "] description = "fd.io VPP API transport over shared memory and sockets" homepage = "https://wiki.fd.io/view/VPP" license = "MIT OR Apache-2.0" repository = "https://github.com/ayourtch/vpp-api-transport" [lib] name = "vpp_api_transport" path = "src/lib.rs" [[example]] name = "vpp-api-transport-test" [dependencies.bincode] version = "1.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.vpp-api-message] version = "0.0.1" [dev-dependencies.clap] version = "3.0.0-beta.5" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.8" [build-dependencies.bindgen] version = "0.57.0"