blob: 0be7e93f2cdf26d25d63a6027c3932ff6b69739b [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"
libchromeos = { path = "../libchromeos-rs" } # provided by ebuild
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"
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
audio_streams = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/audio_streams-0.1.0/" } # ignored by ebuild
base_event_token_derive = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/base_event_token_derive-0.1.0/" } # ignored by ebuild
crosvm-base = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/crosvm-base-0.1.0/" } # 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