[package] name = "rivalz_client" version = "0.1.2" authors = ["NgocBD "] edition = "2021" 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" repository = "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" include = ["src/**/*", "Cargo.toml", "readme.md", "LICENSE"] [dependencies] reqwest = { version = "0.11", features = ["blocking", "json", "multipart"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"