# 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 = "varlink" version = "11.0.1" authors = ["Harald Hoyer "] description = "Client and server support for the varlink protocol." homepage = "https://github.com/varlink/rust/blob/master/varlink" documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md" readme = "README.md" keywords = ["varlink", "ipc", "rpc", "protocol"] categories = ["os", "development-tools", "network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/varlink/rust" [lib] name = "varlink" path = "src/lib.rs" [dependencies.serde] version = "1.0.102" [dependencies.serde_derive] version = "1.0.102" [dependencies.serde_json] version = "1.0.41" [dependencies.tempfile] version = "3.1.0" [dev-dependencies.static_assertions] version = "1.1.0" [features] default = [] [target."cfg(unix)".dependencies.libc] version = "0" default-features = false [target."cfg(unix)".dependencies.unix_socket] version = "0.5" [target."cfg(windows)".dependencies.uds_windows] version = "1.0.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser", "winsock2"] [badges.coveralls] branch = "master" repository = "varlink/rust" service = "github" [badges.travis-ci] repository = "varlink/rust"