1# Warning: the Cargo build is secondary to the Android build and it's likely to 2# get out of sync or have dependency problems. If this happens, fixes and 3# reports of the problem are welcomed. 4 5[package] 6name = "hwtrust" 7version = "0.1.0" 8edition = "2021" 9 10[dependencies] 11anyhow = { version = "1.0", features = ["backtrace"] } 12thiserror = "1.0" 13ciborium = "0.2.0" 14clap = { version = "4.1", features = ["derive"] } 15coset = { version = "0.3.5", features = ["std"] } 16hex = "0.4.3" 17openssl = "0.10.45" 18serde_json = "1.0.96" 19itertools = "0.10.5" 20base64 = "0.21.0" 21 22