blob: 66243f66ba2faa61a4139d6b6354496d9e85c242 [file] [log] [blame]
[package]
name = "hiberman"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2018"
default-run = "hiberman"
[lib]
name = "hiberman"
path = "src/hiberman.rs"
[[bin]]
name = "hiberman"
path = "src/main.rs"
[dependencies]
anyhow = "1.0"
dbus = "0.9"
dbus-crossroads = "0.5.0"
getopts = "0.2"
libc = "0.2.93"
log = { version = "0.4", features = ["std", "serde"] }
once_cell = "1.7"
openssl = "0.10.36"
protobuf = "2.24"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
stderrlog = "0.5.0"
sync = "0.1.99"
sys_util = "0.1.0"
syslog = "6.0.1"
system_api = { path = "../../platform2/system_api" } # provided by ebuild
thiserror = "1.0.20"
zeroize = { version = "1.5.1", features = ["zeroize_derive"] }
[patch.crates-io] # ignored by ebuild
data_model = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/data_model-0.1.0/" } # ignored by ebuild
sync = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/sync-0.1.149/" } # ignored by ebuild
sys_util = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/sys_util-0.1.0/" } # ignored by ebuild
sys_util_core = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/sys_util_core-0.1.0/" } # ignored by ebuild