# 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 = "supabase_rs" version = "0.4.0" authors = ["Floris floris@xylex.ai"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight Rust client for Supabase REST and GraphQL" readme = "README.md" license = "MIT" repository = "https://github.com/floris-xlx/supabase_rs" [lib] name = "supabase_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.deprecate-until] version = "0.1.1" [dependencies.dotenv] version = "0.15.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" optional = false [dependencies.reqwest] version = "0.12.3" features = [ "gzip", "json", "rustls-tls", ] [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.37.0" features = ["full"] [features] nightly = [] rustls = [] storage = []