[package] name = "go_true_redux" version = "0.2.2" edition = "2021" authors = ["Johnathan Walker "] description = "GoTrue client written in rust" license = "MIT" homepage = "https://github.com/j7nw4r/gotrue-rs-redux" repository = "https://github.com/j7nw4r/gotrue-rs-redux" readme = "README.md" keywords = ["gotrue", "rest", "api", "supabase"] categories = ["development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.11", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" anyhow = "1.0.71" [dev-dependencies] hmac = "0.12.1" jwt = "0.16.0" rand = "0.8.5" sha2 = "0.10.2" tokio = { version = "1.20.4", features = ["macros"] } anyhow = "1.0.71"