# 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 = "tokio-vsock" version = "0.6.0" authors = [ "fsyncd", "rust-vsock", ] build = false exclude = ["test_fixture"] autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous Virtio socket support for Rust" homepage = "https://github.com/rust-vsock/tokio-vsock" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rust-vsock/tokio-vsock" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tokio_vsock" path = "src/lib.rs" [[test]] name = "vsock" path = "tests/vsock.rs" [dependencies.bytes] version = "1.3.0" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2.138" [dependencies.tokio] version = "1" features = [ "net", "sync", ] [dependencies.tonic] version = "0.12.0" optional = true [dependencies.vsock] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha2] version = "0.10.6" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "io-util", ] [features] tonic-conn = ["tonic"]