deeprl 0.4.0

DeepL client library with all the things (blocking)
Documentation
[package]
name = "deeprl"
version = "0.4.0"
edition = "2021"
description = "DeepL client library with all the things (blocking)"
license = "MIT"
documentation = "https://docs.rs/deeprl"
readme = "README.md"
repository = "https://github.com/ValuedMammal/deeprl"

[dependencies]
paste = "1.0.13"
reqwest = { version = "0.11", features = ["blocking", "json", "multipart"] }
serde = { version = "1.0",  features = ["derive"] }
serde_json = "1.0.127"
thiserror = "1.0.43"

[dev-dependencies]
tempfile = "3.12.0"