1*d9ecfb0fSAndroid Build Coastguard Worker# Warning: the Cargo build is secondary to the Android build and it's likely to 2*d9ecfb0fSAndroid Build Coastguard Worker# get out of sync or have dependency problems. If this happens, fixes and 3*d9ecfb0fSAndroid Build Coastguard Worker# reports of the problem are welcomed. 4*d9ecfb0fSAndroid Build Coastguard Worker 5*d9ecfb0fSAndroid Build Coastguard Worker[package] 6*d9ecfb0fSAndroid Build Coastguard Workername = "hwtrust" 7*d9ecfb0fSAndroid Build Coastguard Workerversion = "0.1.0" 8*d9ecfb0fSAndroid Build Coastguard Workeredition = "2021" 9*d9ecfb0fSAndroid Build Coastguard Worker 10*d9ecfb0fSAndroid Build Coastguard Worker[dependencies] 11*d9ecfb0fSAndroid Build Coastguard Workeranyhow = { version = "1.0", features = ["backtrace"] } 12*d9ecfb0fSAndroid Build Coastguard Workerthiserror = "1.0" 13*d9ecfb0fSAndroid Build Coastguard Workerciborium = "0.2.0" 14*d9ecfb0fSAndroid Build Coastguard Workerclap = { version = "4.1", features = ["derive"] } 15*d9ecfb0fSAndroid Build Coastguard Workercoset = { version = "0.3.5", features = ["std"] } 16*d9ecfb0fSAndroid Build Coastguard Workerhex = "0.4.3" 17*d9ecfb0fSAndroid Build Coastguard Workeropenssl = "0.10.45" 18*d9ecfb0fSAndroid Build Coastguard Workerserde_json = "1.0.96" 19*d9ecfb0fSAndroid Build Coastguard Workeritertools = "0.10.5" 20*d9ecfb0fSAndroid Build Coastguard Workerbase64 = "0.21.0" 21*d9ecfb0fSAndroid Build Coastguard Worker 22