[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.19"
[dependencies.http]
version = "0.2.8"
[dependencies.reqwest]
features = ["json"]
version = "0.11.11"
[dependencies.serde]
features = ["derive"]
version = "1.0.137"
[dev-dependencies.tokio-test]
version = "0.4.2"
[package]
authors = ["Rinrin.rs <rinrin0413.valley@gmail.com>"]
description = "A library for the TETRA CHANNEL API."
edition = "2021"
keywords = ["tetrio", "tetr-io", "tetr_io", "tetra-channel-api", "tetra_channel_api"]
license-file = "LICENSE.md"
name = "tetr_ch"
readme = "README.md"
repository = "https://github.com/Rinrin0413/tetr-ch-rs.git"
resolver = "2"
version = "0.2.0"