# 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 = "waifuvault" version = "0.1.5" authors = ["Graham Keenan graham.keenan@outlook.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for interacting with the Waifu Vault API" homepage = "https://waifuvault.moe/" documentation = "https://docs.rs/waifuvault" readme = "README.md" keywords = [ "cli", "api", "file-storage", ] categories = [ "development-tools", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/waifuvault/waifuVault-rust-api" [lib] name = "waifuvault" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.reqwest] version = "0.11.24" features = [ "multipart", "json", ] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha1] version = "0.10.6" [dev-dependencies.tempfile] version = "3.10.1"