-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (19 loc) · 774 Bytes
/
Cargo.toml
File metadata and controls
21 lines (19 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "mopper"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
csv = "1.3.0"
crossbeam-channel = "0.5"
serde_json = "1.0"
serde = { version = "1.0.198", features = ["derive"] }
operator = {git = "https://github.com/RMLio/algemaploom-rs", rev = "1adfe0d63e122c0db1697e888ebd825cd768ac09"}
meamer-rs = {git = "https://github.com/RMLio/algemaploom-rs", rev = "1adfe0d63e122c0db1697e888ebd825cd768ac09"}
plangenerator = {git = "https://github.com/RMLio/algemaploom-rs", rev = "1adfe0d63e122c0db1697e888ebd825cd768ac09"}
pct-str = "2.0.0"
stderrlog = "0.6"
log = "0.4"
clap = { version = "4.5.4", features = ["derive"] }
derive_builder = "0.20.0"
iri-string = "0.7.2"