# 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-storage-rs" version = "0.1.5" authors = ["Eric Biggs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supabase storage implementation following the official client libraries." homepage = "https://supabase.com" readme = "README.md" keywords = [ "supabase", "supabase-storage", "storage", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/proziam/supabase-storage-rs" [lib] name = "supabase_storage_rs" path = "src/lib.rs" [[test]] name = "client_tests" path = "tests/client_tests.rs" [dependencies.reqwest] version = "0.12.8" features = ["multipart"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.tokio] version = "1.39.3" features = ["full"] [dev-dependencies.uuid] version = "1.10.0" features = ["v7"]