-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (31 loc) · 859 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
[package]
name = "chilon_rs"
version = "1.3.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rio_turtle = { git = "https://github.com/andrefs/lax-rio/", version = "0.7.1" }
rio_api = { git = "https://github.com/andrefs/lax-rio/", version = "0.7.1" }
bzip2 = "0.4.3"
clap = { version = "4.1", features = ["derive"] }
num_cpus = "1.13.1"
rayon = "1.6.0"
ureq = "2.5.0"
regex = "1"
serde = { version = "1.0.87", features = ["derive"] }
serde_json = "1.0"
qp-trie = "0.8.0"
log = "0.4.0"
#simple_logger = {version = "4.0.0", features = ["stderr"]}
simplelog = "0.12.0"
url = "2.3.1"
rand = "0.8.5"
unicode-segmentation = "1.10.0"
oxigraph = "0.3.10"
tera = "1.17.1"
chrono = "0.4.23"
itertools = "0.10.5"
flate2 = "1.0.25"
csv = "1.1.6"
fs_extra = "1.3.0"
# spinners = "4.1.0"