blob: 7c8c909ae4387a89e2eed90df04b9e32d7782bfe (
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.0"
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"
|