Daniel Seiller
84bc08a2e1
- Add ed_lrr_pp to preprocess JSON-Dumps into CSV files - Add route-graph-precomputation to ed_lrr - Add option to only route through primary stars
24 lines
490 B
TOML
24 lines
490 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"
|
|
|
|
[profile.release]
|
|
# debug=true
|
|
|
|
[dependencies]
|
|
csv = "1.1.0"
|
|
serde = "1.0.94"
|
|
serde_derive = "1.0.94"
|
|
rstar = {version="0.4.0",features=["serde"]}
|
|
humantime = "1.2.0"
|
|
structopt = "0.2.18"
|
|
permutohedron = "0.2.4"
|
|
serde_json = "1.0.39"
|
|
indicatif = "0.11.0"
|
|
fnv = "1.0.6"
|
|
bincode = "1.1.4"
|
|
sha3 = "0.8.2"
|