# 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 = "virtiofsd" version = "1.12.0" authors = ["The Virtiofs Project Developers"] build = false exclude = [".gitlab-ci.yml"] autobins = false autoexamples = false autotests = false autobenches = false description = "A virtio-fs vhost-user device daemon" homepage = "https://virtio-fs.gitlab.io/" readme = "README.md" license = "Apache-2.0 AND BSD-3-Clause" repository = "https://gitlab.com/virtio-fs/virtiofsd" [profile.release] lto = true [lib] name = "virtiofsd" path = "src/lib.rs" [[bin]] name = "virtiofsd" path = "src/main.rs" [dependencies.bitflags] version = "1.2" [dependencies.capng] version = "0.2.2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.8.4" [dependencies.futures] version = "0.3" features = ["thread-pool"] [dependencies.libc] version = "0.2.155" [dependencies.libseccomp-sys] version = "0.2" [dependencies.log] version = "0.4" [dependencies.postcard] version = "1.0" features = ["use-std"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syslog] version = "6.1" [dependencies.vhost] version = "0.11.0" [dependencies.vhost-user-backend] version = "0.15.0" [dependencies.virtio-bindings] version = "0.2.1" [dependencies.virtio-queue] version = "0.12.0" [dependencies.vm-memory] version = "0.14.1" features = [ "backend-mmap", "backend-atomic", ] [dependencies.vmm-sys-util] version = "0.12.1" [features] xen = [ "vhost-user-backend/xen", "vhost/xen", "vm-memory/xen", ]