blob: ed5147c8a00f90508bf964471f2bf323c2c30cfd [file] [log] [blame]
[package]
name = "libsirenia"
version = "0.1.0"
description = "library for the TEE runtime environment"
authors = ["The Chromium OS Authors"]
edition = "2018"
[build-dependencies]
chrono = "0.4"
[dev-dependencies]
assert_matches = "1.5.0"
[dependencies]
anyhow = "1.0.0"
base64 = "0.13.0"
chrono = "0.4"
crosvm-base = "0.1.0"
flexbuffers = "2.0.0"
getopts = "0.2"
libc = "0.2.44"
libchromeos = { path = "../../libchromeos-rs", features = ["chromeos-module"] } # provided by ebuild
log = "0.4.0"
minijail = { path = "../../../aosp/external/minijail/rust/minijail" } # provided by ebuild
openssl = "0.10.40"
sirenia-rpc-macros = { path = "sirenia-rpc-macros" } # provided by ebuild
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.64"
thiserror = "1.0.20"