# 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 = "filesvc-rs" version = "1.0.0" description = "Wrapper for the https://files.vc file hosting service" license = "MIT" repository = "https://github.com/veronoicc/filesvc-rs" [dependencies.derive_builder] version = "0.20" [dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.eyre] version = "0.6.12" [dev-dependencies.tokio] version = "1.37.0" features = ["full"]