[package] name = "sys_util" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2018" include = ["src/**/*", "Cargo.toml"] [dependencies] sys_util_core = { path = "../sys_util_core" } # provided by ebuild data_model = { path = "../data_model" } # provided by ebuild libc = "*" poll_token_derive = { path = "../sys_util_core/poll_token_derive" } # provided by ebuild remain = "0.2" thiserror = "*" serde = { version = "1", features = [ "derive" ] } serde_json = "1" sync = { path = "../sync" } # provided by ebuild tempfile = "3" [target.'cfg(target_os = "android")'.dependencies] android_log-sys = "0.2" [features] chromeos = [] [workspace]