# 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 = "suparust" version = "0.3.0" authors = ["Anders B. Eie"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supabase client for Rust with support for WASM" readme = "README.md" keywords = [ "supabase", "client", "wasm", ] categories = [ "database", "wasm", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/strykejern/suparust" [lib] name = "suparust" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.mime] version = "0.3.17" [dependencies.mime_guess] version = "2.0.5" [dependencies.reqwest] version = "0.12.7" features = ["json"] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.supabase-auth] version = "=0.10.3" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["sync"] [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.httptest] version = "0.16.1" [dev-dependencies.test-case] version = "3.3.1" [features] default = ["rustls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] [target.'cfg(not(target_familty = "wasm"))'.dependencies.chrono] version = "0.4.38" [target.'cfg(target_family = "wasm")'.dependencies.web-time] version = "1.1.0"