2016-12-16 18:39:08 +00:00
|
|
|
[package]
|
2017-01-26 18:43:48 +00:00
|
|
|
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
|
2017-01-07 01:20:00 +00:00
|
|
|
name = "mentat"
|
2016-12-16 18:39:08 +00:00
|
|
|
version = "0.4.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-01-10 18:53:34 +00:00
|
|
|
clap = "2.19.3"
|
2017-01-13 19:46:00 +00:00
|
|
|
nickel = "0.9.0"
|
2017-01-26 18:43:48 +00:00
|
|
|
slog = "1.4.0"
|
|
|
|
slog-scope = "0.2.2"
|
|
|
|
slog-term = "1.3.4"
|
2017-01-26 00:13:56 +00:00
|
|
|
|
|
|
|
[dependencies.rusqlite]
|
|
|
|
version = "0.9.3"
|
|
|
|
# System sqlite might be very old.
|
|
|
|
features = ["bundled"]
|
2017-01-06 16:24:04 +00:00
|
|
|
|
2016-12-21 16:55:00 +00:00
|
|
|
[dependencies.edn]
|
2017-01-26 18:43:48 +00:00
|
|
|
path = "edn"
|
2016-12-21 16:55:00 +00:00
|
|
|
|
2017-02-02 16:18:04 +00:00
|
|
|
[dependencies.mentat_parser_utils]
|
2017-02-01 08:45:55 +00:00
|
|
|
path = "parser-utils"
|
|
|
|
|
2017-01-26 00:13:56 +00:00
|
|
|
[dependencies.mentat_db]
|
2017-01-26 18:43:48 +00:00
|
|
|
path = "db"
|
2017-01-26 00:13:56 +00:00
|
|
|
|
2017-01-04 13:09:12 +00:00
|
|
|
[dependencies.mentat_query]
|
2017-01-26 18:43:48 +00:00
|
|
|
path = "query"
|
2017-01-04 13:09:12 +00:00
|
|
|
|
2017-01-07 01:31:01 +00:00
|
|
|
[dependencies.mentat_query_parser]
|
2017-01-26 18:43:48 +00:00
|
|
|
path = "query-parser"
|
2017-01-13 00:08:29 +00:00
|
|
|
|
|
|
|
[dependencies.mentat_tx_parser]
|
2017-01-26 18:43:48 +00:00
|
|
|
path = "tx-parser"
|