# 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 = "rust_supabase_sdk" version = "0.1.8" authors = ["Lachy Hislop lachie.hislop@gmail.com"] description = "An SDK kit for SupaBase so that Rust lovers can use SupaBase with the low level abstracted away. If you want new features tell me and I'll add them." readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.31" [dependencies.dotenv] version = "0.15.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1" features = ["full"] [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", ]