2017-01-26 00:13:56 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_db"
|
|
|
|
version = "0.0.1"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
error-chain = "0.8.0"
|
2017-02-08 22:04:32 +00:00
|
|
|
itertools = "0.5.9"
|
2017-01-26 00:13:56 +00:00
|
|
|
lazy_static = "0.2.2"
|
2017-02-08 22:04:32 +00:00
|
|
|
ordered-float = "0.4.0"
|
|
|
|
time = "0.1.35"
|
2017-01-26 00:13:56 +00:00
|
|
|
|
|
|
|
[dependencies.rusqlite]
|
2017-02-08 22:04:32 +00:00
|
|
|
version = "0.9.5"
|
2017-01-26 00:13:56 +00:00
|
|
|
# System sqlite might be very old.
|
|
|
|
features = ["bundled"]
|
|
|
|
|
|
|
|
[dependencies.edn]
|
|
|
|
path = "../edn"
|
|
|
|
|
2017-02-04 00:51:13 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|
|
|
|
|
2017-01-26 00:13:56 +00:00
|
|
|
[dependencies.mentat_tx]
|
|
|
|
path = "../tx"
|
|
|
|
|
|
|
|
[dependencies.mentat_tx_parser]
|
|
|
|
path = "../tx-parser"
|
2017-02-08 22:04:32 +00:00
|
|
|
|
|
|
|
# Should be dev-dependencies.
|
|
|
|
[dependencies.tabwriter]
|
|
|
|
version = "1.0.3"
|