[package] name = "google-cloud-iot-jwt" version = "0.1.1" edition = "2021" description = "Rust implementation of the Google Cloud IOT Core JWT for embedded no_std heapless (no alloc) devices." keywords = ["google-cloud", "iot", "JWT", "no_std", "heapless"] authors = ["Viacheslav Dobromyslov "] repository = "https://github.com/dobromyslov/google-cloud-iot-jwt" homepage = "https://github.com/dobromyslov/google-cloud-iot-jwt#readme" readme = "README.md" license-file = "license.txt" [dev-dependencies] hex-literal = "0.3.4" [dependencies] heapless = { version = "0.7.9", features = ["ufmt-impl"] } ufmt = "0.1.0" pem-rfc7468 = "0.3.1" base64ct = "1" # MUST MATCH VERSION FROM THE pem-rfc7468 CRATE TO AVOID DUPLICATION p256 = { version = "0.10.0", default-features = false, features = ["ecdsa"] }