1[package] 2name = "google_metadata" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7chrono = "0.4" 8protobuf = "3" 9thiserror = "1.0" 10 11[build-dependencies] 12protobuf-codegen = "3" 13protobuf-parse = "3" 14 15[lints.rust] 16unexpected_cfgs = { level = "warn", check-cfg = ['cfg(soong)'] } 17