# 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 = "gauthenticator" version = "0.2.2" authors = ["Isaac Adams "] description = """ Simple API for authenticating with google services Project homepage: https://github.com/isaacadams/bq-rs """ homepage = "https://github.com/isaacadams/bq-rs" readme = "README.md" keywords = [ "gcp", "google", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/isaacadams/bq-rs" [lib] path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dotenvy] version = "0.15" [dependencies.log] version = "0.4" [dependencies.rustls] version = "0.23" features = [ "ring", "std", ] default-features = false [dependencies.rustls-pemfile] version = "2.1" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.13" [dependencies.ureq] version = "2.9" features = ["json"]