# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "id_token_parser" version = "0.2.0" authors = ["Norm O "] description = "Parse and validate third party jwt token with jsonwebtoken" documentation = "https://docs.rs/signin-rs" readme = "README.md" keywords = [ "google", "apple", "jwt", "webtoken", ] license = "MIT/Apache-2.0" repository = "https://github.com/normano/signin-rs" [dependencies.base64] version = "^0" [dependencies.headers] version = "^0" [dependencies.httpmock] version = "^0" [dependencies.jsonwebtoken] version = "^8" [dependencies.reqwest] version = "^0" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "^1" features = [ "rt-multi-thread", "net", "macros", ] [dev-dependencies.base64] version = "^0" [dev-dependencies.httpmock] version = "^0" [dev-dependencies.once_cell] version = "^1" [dev-dependencies.rand] version = "^0" [dev-dependencies.rsa] version = "^0" [dev-dependencies.rustls] version = "^0"