traduora 0.4.0

REST API bindings for Traduora, an open-source translation management platform
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.56"
name = "traduora"
version = "0.4.0"
description = "REST API bindings for Traduora, an open-source translation management platform"
homepage = "https://www.github.com/ede1998/traduora"
keywords = ["REST", "API", "bindings", "traduora", "localization"]
categories = ["api-bindings", "localization"]
license = "MIT OR Apache-2.0"
repository = "https://www.github.com/ede1998/traduora"
resolver = "2"
[dependencies.async-trait]
version = "0.1.52"

[dependencies.bytes]
version = "1.1.0"

[dependencies.chrono]
version = "0.4.19"
features = ["serde"]

[dependencies.http]
version = "0.2.6"

[dependencies.log]
version = "0.4.14"

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

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

[dependencies.serde_json]
version = "1.0.79"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.url]
version = "2.2.2"
features = ["serde"]
[dev-dependencies.env_logger]
version = "0.9.0"

[dev-dependencies.tokio]
version = "1.17.0"
features = ["macros"]

[features]