27 lines
573 B
TOML
27 lines
573 B
TOML
[package]
|
|
name = "ed_lrr"
|
|
version = "0.1.0"
|
|
authors = ["Daniel Seiller <earthnuker@gmail.com>"]
|
|
edition = "2018"
|
|
repository = "https://gitlab.com/Earthnuker/ed_lrr.git"
|
|
license = "WTFPL"
|
|
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
name = "_ed_lrr"
|
|
|
|
[dependencies]
|
|
pyo3 = { version = "0.8.0", features = ["extension-module"] }
|
|
csv = "1.1.1"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
rstar = "0.5.1"
|
|
humantime = "1.3.0"
|
|
permutohedron = "0.2.4"
|
|
serde_json = "1.0.40"
|
|
fnv = "1.0.6"
|
|
bincode = "1.1.4"
|
|
sha3 = "0.8.2"
|
|
byteorder = "1.3.2"
|
|
strsim = "0.9.2"
|
|
|