# 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 = "vercel_blob" version = "0.1.0" authors = ["Lance Devs "] description = "A rust client for the Vercel Blob Storage API" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lancedb/lance" [dependencies.async-trait] version = "0.1.73" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1.0.186" features = ["derive"] [dependencies.thiserror] version = "1.0.47" [dev-dependencies.all_asserts] version = "2.3.1" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.mockito] version = "1.1.0" [dev-dependencies.serde_json] version = "1.0.105" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "test-util", "macros", ]