# 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 = "rivalz_client" version = "0.1.2" authors = ["NgocBD "] include = [ "src/**/*", "Cargo.toml", "readme.md", "LICENSE", ] description = "A Rust client for interacting with the Rivalz API, allowing file uploads and retrieval of IPFS hashes." homepage = "https://github.com/ngocbd/rivalz-client" documentation = "https://docs.rs/rivalz_client" readme = "readme.md" keywords = [ "rivalz", "client", "api", "ipfs", ] categories = [ "api bindings", "network programming", "web programming", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/ngocbd/rivalz-client" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"