-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
48 lines (42 loc) · 1003 Bytes
/
Cargo.toml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
[package]
name = "shuller"
description = "Lib to get links to images for your favourite tags on rule34 and any"
repository = "https://github.com/TOwInOK/shuller"
version = "2.0.7"
edition = "2021"
authors = ["TOwInOK"]
license = "MIT"
readme = "README.md"
keywords = ["async", "networking", "http", "rule34"]
categories = [
"asynchronous",
"web-programming",
"parsing",
"network-programming",
"api-bindings",
]
documentation = "https://docs.rs/shuller"
[dependencies]
async-trait = "0.1.80"
serde = { version = "1.0.203", features = ["derive"] }
uller = { version = "0.1.22", features = ["juller"] }
url = "2.5.2"
tinyrand = "0.5.0"
[dev-dependencies]
tokio = { version = "1.38.0", features = ["macros"] }
shuller = { path = ".", features = ["full"] }
[features]
default = []
full = ["rand"]
rand = []
[profile.dev]
opt-level = 1
debug = true
[profile.release]
strip = true
opt-level = 3
lto = true
debug = false
panic = "unwind"
[package.metadata.docs.rs]
all-features = true