File: Cargo.toml

package info (click to toggle)
rust-virtiofsd 1.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,020 kB
  • sloc: sh: 79; makefile: 14
file content (114 lines) | stat: -rw-r--r-- 2,225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# 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.13.2"
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.11"
default-features = false
features = ["humantime", "regex"]

[dependencies.futures]
version = "0.3"
features = ["thread-pool"]

[dependencies.libc]
version = "0.2.155"

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

[dependencies.vhost]
version = "0.13.0"

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

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

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

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

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

[profile.release]
lto = true