forked from Stremio/stremio-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (31 loc) · 737 Bytes
/
Cargo.toml
File metadata and controls
35 lines (31 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "stremio-core"
version = "0.1.0"
authors = ["Smart Code Ltd."]
edition = "2018"
[workspace]
[lib]
doctest = false
[dependencies]
stremio-derive = { path = "stremio-derive" }
stremio-official-addons = "2.0.3"
serde = "1.0"
serde_json = "1.0"
serde-hex = "0.1"
futures = "0.3"
http = "0.2"
url = { version = "2.1", features = ["serde"] }
percent-encoding = "2.1"
chrono = { version = "0.4", features = ["serde"] }
semver = { version = "0.10", features = ["serde"] }
base64 = "0.12"
either = "1.6"
enclose = "1.1"
derivative = "2.1"
derive_more = "0.99"
lazysort = "0.2"
lazy_static = "1.4"
itertools = "0.9"
[dev-dependencies]
tokio = { version = "0.2", features = ["rt-core"] }
tokio-current-thread = "0.2.0-alpha.1"