summaryrefslogtreecommitdiff
path: root/trakt-core/Cargo.toml
blob: 832fc29cffdb748f27175c2b12b35e9bb3683fe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "trakt-core"
description = "Core library for trakt-rs"
authors = ["Anshul Gupta <ansg191@anshulg.com>"]
version = "0.2.1"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/trakt-core"
repository = "https://github.com/ansg191/trakt"
readme = "../README.md"
keywords = ["trakt", "api", "client"]
categories = ["api-bindings"]

[dependencies]
bytes = { workspace = true }
emojis = "0.6"
http = { workspace = true }
itoa = "1"
percent-encoding = "2.3"
ryu = "1"
serde = { workspace = true }
serde_json = { workspace = true }
serde_urlencoded = "0.7"
thiserror = "1"