2019-07-14 22:43:57 +00:00
|
|
|
[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"]
|
|
|
|
|
|
|
|
[profile.release]
|
2019-08-04 22:05:44 +00:00
|
|
|
#debug=true
|
2019-07-14 22:43:57 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
csv = "1.1.1"
|
2019-07-21 23:55:38 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2019-08-04 22:05:44 +00:00
|
|
|
rstar = "0.5.0"
|
2019-07-14 22:43:57 +00:00
|
|
|
humantime = "1.2.0"
|
|
|
|
permutohedron = "0.2.4"
|
|
|
|
serde_json = "1.0.40"
|
|
|
|
indicatif = "0.11.0"
|
|
|
|
fnv = "1.0.6"
|
|
|
|
bincode = "1.1.4"
|
|
|
|
sha3 = "0.8.2"
|
|
|
|
byteorder = "1.3.2"
|
2019-08-04 22:05:44 +00:00
|
|
|
strsim = "0.9.2"
|
2019-07-14 22:43:57 +00:00
|
|
|
|
|
|
|
[dependencies.pyo3]
|
|
|
|
version = "0.7.0"
|
|
|
|
features = ["extension-module"]
|