-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
24 lines (22 loc) · 922 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
[package]
name = "aida-conll-yago-wikidata"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["cyanic-selkie <cyanic-selkie@protonmail.com>"]
description = "A program for translating the AIDA CoNLL-YAGO dataset to use Wikidata QIDs instead of Wikipedia titles for entity identifiers."
readme = "README.md"
repository = "https://github.com/cyanic-selkie/wdrdf2graph"
categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apache-avro = "0.14.0"
arrow2 = { version = "0.16.0", features = ["io_parquet_zstd", "io_parquet"] }
arrow2_convert = "0.4.2"
clap = { version = "4.1.11", features = ["derive"] }
hashbrown = "0.13.2"
itertools = "0.10.5"
lazy-regex = "2.5.0"
serde = { version = "1.0.158", features = ["derive"] }
unicode-normalization = "0.1.22"
uuid = { version = "1.3.0", features = ["fast-rng", "v4"] }