# 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 = "upload-things" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple toolset for interacting with UploadThing" homepage = "https://github.com/illuminodes/bright-uploads" documentation = "https://docs.rs/nostro2/latest/upload-things/" readme = "README.md" license = "MIT" repository = "https://github.com/illuminodes/bright-uploads.git" [lib] name = "upload_things" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.94" [dependencies.base64] version = "0.22.1" [dependencies.hmac] version = "0.12.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.sha2] version = "0.10.8" [dependencies.sqids] version = "0.4.1" [dependencies.url] version = "2.5.4" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dependencies.web-sys] version = "0.3.76" features = [ "Headers", "FormData", "Request", "RequestInit", "RequestMode", "Response", "File", ]