virtiofsd 1.14.0

A virtio-fs vhost-user device daemon
Documentation
# 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.14.0"
authors = ["The Virtiofs Project Developers"]
build = false
exclude = [".gitlab-ci.yml"]
autolib = false
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"

[features]
default = ["seccomp"]
seccomp = ["dep:libseccomp-sys"]
xen = [
    "vhost-user-backend/xen",
    "vhost/xen",
    "vm-memory/xen",
]

[lib]
name = "virtiofsd"
path = "src/lib.rs"

[[bin]]
name = "virtiofsd"
path = "src/main.rs"
required-features = ["seccomp"]

[dependencies.bitflags]
version = "1.2"

[dependencies.btree-range-map]
version = "0.7"

[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.177"

[dependencies.libseccomp-sys]
version = "0.2"
optional = true

[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.16"

[dependencies.vhost-user-backend]
version = "0.22"

[dependencies.virtio-bindings]
version = "0.2.7"

[dependencies.virtio-queue]
version = "0.17.0"

[dependencies.vm-memory]
version = "=0.17.1"
features = [
    "backend-mmap",
    "backend-atomic",
]

[dependencies.vmm-sys-util]
version = "0.15.0"

[profile.release]
lto = true