# 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 = "my-test-app-bergwolf" version = "1.4.0" authors = ["Liu Bo ", "Liu Jiang ", "Peng Tao "] description = "A rust library for Fuse(filesystem in userspace) servers and virtio-fs devices" homepage = "https://github.com/cloud-hypervisor/" readme = "README.md" keywords = ["fuse", "virtio", "virtio-fs", "vhost-user-fs"] categories = ["filesystem", "os::linux-apis"] license = "Apache-2.0 AND BSD-3-Clause" repository = "https://github.com/cloud-hypervisor/fuse-backend-rs" [dependencies.arc-swap] version = ">=0.4.6" [dependencies.bitflags] version = ">=1.1.0" [dependencies.caps] version = "0.5.1" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = ">=0.2.68" [dependencies.log] version = ">=0.4.6" [dependencies.nix] version = "0.22" [dependencies.vhost] version = "0.3" features = ["vhost-user-slave"] optional = true [dependencies.virtio-queue] version = "0.1.0" optional = true [dependencies.vm-memory] version = "0.7" features = ["backend-mmap"] [dependencies.vmm-sys-util] version = ">=0.9" optional = true [dev-dependencies.futures] version = "0.3.0" features = ["thread-pool"] [dev-dependencies.stderrlog] version = ">=0.5.0" [dev-dependencies.vm-memory] version = "0.7" features = ["backend-mmap", "backend-bitmap"] [dev-dependencies.vmm-sys-util] version = ">=0.9.0" [features] default = ["fusedev"] fusedev = ["vmm-sys-util"] vhost-user-fs = ["virtiofs", "vhost"] virtiofs = ["virtio-queue"]