[package] name = "librustbin" version = "0.1.0" edition = "2018" description = "Rust wrapper for rustbin" license = "MIT" repository = "https://github.com/PeroSar/librustbin-rs" authors = ["@PeroSar "] [dependencies] reqwest = { version = "0.11.5", features = ["blocking", "multipart"] }