deeprl 0.2.0

DeepL client library with all the things (blocking)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "deeprl"
version = "0.2.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"] }
thiserror = "1.0.43"