forked from KillingSpark/rust-dbus-comparisons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (25 loc) · 1008 Bytes
/
Cargo.toml
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
[package]
name = "dbus_benches"
version = "0.1.0"
authors = ["Moritz Borcherding <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rustbus = "0.5.1"
dbus = "0.8.1"
dbus-bytestream = "0.1.4"
dbus-serialize = "0.1.2"
zvariant = { git = "https://gitlab.freedesktop.org/zeenix/zbus", rev="8c2d6232" }
zvariant_derive = { git = "https://gitlab.freedesktop.org/zeenix/zbus", rev="8c2d6232" }
serde = { version = "1.0", features = [ "derive" ] }
zbus = {git = "https://gitlab.freedesktop.org/zeenix/zbus", rev="8c2d6232"}
dbus-core = {git = "https://github.com/tmiasko/dbus-core", rev = "7d8889483e759080c057c8c2a9d866eb506e7104"}
dbus-pure = {git = "https://github.com/Arnavion/dbus-pure", version = "0.1.0"}
dbus-message-parser = "1.0"
bytes = "0.5.3"
dbus-native = {git = "https://github.com/diwic/dbus-rs"}
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "marshal_bench"
harness = false