# 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 = "go_true_redux" version = "0.2.2" authors = ["Johnathan Walker "] description = "GoTrue client written in rust" homepage = "https://github.com/j7nw4r/gotrue-rs-redux" readme = "README.md" keywords = [ "gotrue", "rest", "api", "supabase", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/j7nw4r/gotrue-rs-redux" [dependencies.anyhow] version = "1.0.71" [dependencies.reqwest] version = "0.11.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.hmac] version = "0.12.1" [dev-dependencies.jwt] version = "0.16.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha2] version = "0.10.2" [dev-dependencies.tokio] version = "1.20.4" features = ["macros"]