# 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 = "2018"
name = "rustlate"
version = "1.0.0"
authors = ["aiocat@protonmail.com"]
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
description = "Really simple free google translate library for Rust."
homepage = "https://gitlab.com/aiocat/rustlate"
keywords = ["translate", "google-translate"]
license = "MIT"
repository = "https://gitlab.com/aiocat/rustlate"
[dependencies.reqwest]
version = "0.11.4"
features = ["blocking"]

[dependencies.tl]
version = "0.2.1"