deeprl 0.4.0

DeepL client library with all the things (blocking)
Documentation
[dependencies.paste]
version = "1.0.13"

[dependencies.reqwest]
features = ["blocking", "json", "multipart"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.127"

[dependencies.thiserror]
version = "1.0.43"

[dev-dependencies.tempfile]
version = "3.12.0"

[lib]
name = "deeprl"
path = "src/lib.rs"

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