bing-dict 0.3.0

Use Bing Dictionary to translate words and phrases between English and Chinese
Documentation
[dependencies.html-escape]
version = "0.2"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.11"

[dependencies.subslice]
version = "0.2"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[package]
authors = ["EAimTY <ea.imty@gmail.com>"]
categories = ["internationalization", "localization"]
description = "Use Bing Dictionary to translate words and phrases between English and Chinese"
edition = "2021"
keywords = ["dictionary", "bing", "dict"]
license = "GPL-3.0-or-later"
name = "bing-dict"
readme = "README.md"
repository = "https://github.com/EAimTY/bing-dict-rs"
resolver = "2"
rust-version = "1.59"
version = "0.3.0"