2017-10-06 22:26:46 +00:00
|
|
|
[package]
|
|
|
|
name = "devices"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Chromium OS Authors"]
|
|
|
|
|
2018-04-23 01:42:09 +00:00
|
|
|
[features]
|
2017-09-14 02:15:43 +00:00
|
|
|
gpu = ["gpu_buffer", "gpu_display", "gpu_renderer"]
|
2019-03-14 00:02:32 +00:00
|
|
|
sandboxed-libusb = ["usb_util/sandboxed-libusb"]
|
2019-04-06 21:30:04 +00:00
|
|
|
tpm = ["tpm2"]
|
|
|
|
wl-dmabuf = []
|
2018-04-23 01:42:09 +00:00
|
|
|
|
2017-10-06 22:26:46 +00:00
|
|
|
[dependencies]
|
2018-12-06 19:47:18 +00:00
|
|
|
audio_streams = "*"
|
2018-07-18 20:26:44 +00:00
|
|
|
bit_field = { path = "../bit_field" }
|
2017-10-06 22:26:46 +00:00
|
|
|
byteorder = "*"
|
|
|
|
data_model = { path = "../data_model" }
|
2019-04-06 21:30:04 +00:00
|
|
|
enumn = { path = "../enumn" }
|
2017-09-14 02:15:43 +00:00
|
|
|
gpu_buffer = { path = "../gpu_buffer", optional = true }
|
|
|
|
gpu_display = { path = "../gpu_display", optional = true }
|
|
|
|
gpu_renderer = { path = "../gpu_renderer", optional = true }
|
2019-04-06 21:30:04 +00:00
|
|
|
io_jail = { path = "../io_jail" }
|
2018-10-05 21:51:22 +00:00
|
|
|
kvm = { path = "../kvm" }
|
2017-10-06 22:26:46 +00:00
|
|
|
libc = "*"
|
2018-08-15 17:46:32 +00:00
|
|
|
msg_on_socket_derive = { path = "../msg_socket/msg_on_socket_derive" }
|
|
|
|
msg_socket = { path = "../msg_socket" }
|
2017-10-06 22:26:46 +00:00
|
|
|
net_sys = { path = "../net_sys" }
|
|
|
|
net_util = { path = "../net_util" }
|
2018-04-17 02:32:04 +00:00
|
|
|
p9 = { path = "../p9" }
|
2018-06-07 22:42:41 +00:00
|
|
|
resources = { path = "../resources" }
|
2018-12-04 07:37:46 +00:00
|
|
|
sync = { path = "../sync" }
|
2017-10-06 22:26:46 +00:00
|
|
|
sys_util = { path = "../sys_util" }
|
2018-12-20 19:49:46 +00:00
|
|
|
tpm2 = { path = "../tpm2", optional = true }
|
2019-03-08 08:17:58 +00:00
|
|
|
usb_util = { path = "../usb_util" }
|
2017-10-06 22:26:46 +00:00
|
|
|
vhost = { path = "../vhost" }
|
|
|
|
virtio_sys = { path = "../virtio_sys" }
|
|
|
|
vm_control = { path = "../vm_control" }
|