# 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 = "tus_async_client" version = "0.2.1" authors = ["Ilya Volchenkov "] description = "A Rust native async client library to interact with *tus* enabled endpoints." readme = "README.md" keywords = [ "tus", "upload", "resumable", "async", ] license = "MIT" repository = "https://github.com/rambus-dumbledore/tus_async_client" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.reqwest] version = "0.11"