# 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 = "utapi-rs" version = "0.1.2" authors = [ "Ivan Leon ", "@malaow3", ] description = "A Rust wrapper around the UploadThing API." homepage = "https://docs.rs/utapi-rs/latest/utapi_rs/" readme = "README.md" license = "MIT" repository = "https://github.com/ielm/utapi-rs" [dependencies.anyhow] version = "1.0.80" [dependencies.filesize] version = "0.2.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.mime_guess] version = "2.0.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", "rustls-tls", "stream", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.url] version = "^2.2" [dependencies.uuid] version = "^1.0" features = [ "serde", "v4", ]