-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
36 lines (32 loc) · 896 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
[package]
name = "crabler"
version = "0.1.28"
authors = ["Max Gonzih <[email protected]>"]
edition = "2018"
description = "Web scraper for Crabs"
build = "build.rs"
homepage = "https://github.com/Gonzih/crabler"
repository = "https://github.com/Gonzih/crabler"
documentation = "https://docs.rs/crabler"
readme = "README.md"
keywords = ["html", "css" , "scraper", "web"]
license = "MIT"
# license-file = "LICENSE"
[features]
debug = []
[dependencies]
surf = "2.3.2"
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
futures = "0.3.18"
async-trait = "0.1.52"
thiserror = "1.0"
log = { version = "0.4.14", features = ["kv_unstable"] }
femme = "2.1.1"
crabler_derive = "0.1.8"
# crabler_derive = { path = "./crabler_derive" }
crabquery = "0.1.9"
# crabquery = { path = "/home/gnzh/mydev/crabquery" }
[build-dependencies]
skeptic = "0.13"
[dev-dependencies]
skeptic = "0.13"