2017-03-06 22:40:10 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_query_projector"
|
|
|
|
version = "0.0.1"
|
|
|
|
workspace = ".."
|
|
|
|
|
2018-08-20 23:09:16 +00:00
|
|
|
[features]
|
|
|
|
sqlcipher = ["rusqlite/sqlcipher"]
|
|
|
|
|
2017-03-06 22:40:10 +00:00
|
|
|
[dependencies]
|
2020-01-20 20:47:31 +00:00
|
|
|
failure = "0.1"
|
|
|
|
indexmap = "1.3"
|
2017-03-06 22:40:10 +00:00
|
|
|
|
|
|
|
[dependencies.rusqlite]
|
2020-01-14 15:46:21 +00:00
|
|
|
version = "0.21"
|
2018-02-13 16:25:58 +00:00
|
|
|
features = ["limits"]
|
2017-03-06 22:40:10 +00:00
|
|
|
|
2018-08-08 17:35:06 +00:00
|
|
|
[dependencies.core_traits]
|
|
|
|
path = "../core-traits"
|
|
|
|
|
2018-08-08 18:23:07 +00:00
|
|
|
[dependencies.edn]
|
|
|
|
path = "../edn"
|
|
|
|
|
2017-03-06 22:40:10 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|
|
|
|
|
|
|
|
[dependencies.mentat_db]
|
|
|
|
path = "../db"
|
|
|
|
|
2018-08-08 17:37:59 +00:00
|
|
|
[dependencies.db_traits]
|
|
|
|
path = "../db-traits"
|
|
|
|
|
2017-03-06 22:40:10 +00:00
|
|
|
[dependencies.mentat_query_algebrizer]
|
|
|
|
path = "../query-algebrizer"
|
|
|
|
|
2018-05-04 19:56:00 +00:00
|
|
|
[dependencies.mentat_query_pull]
|
|
|
|
path = "../query-pull"
|
|
|
|
|
2018-08-08 18:01:09 +00:00
|
|
|
[dependencies.query_pull_traits]
|
|
|
|
path = "../query-pull-traits"
|
|
|
|
|
2018-08-08 19:37:25 +00:00
|
|
|
[dependencies.query_projector_traits]
|
|
|
|
path = "../query-projector-traits"
|
|
|
|
|
2017-03-06 22:40:10 +00:00
|
|
|
[dependencies.mentat_query_sql]
|
|
|
|
path = "../query-sql"
|
|
|
|
|
2018-08-09 00:00:21 +00:00
|
|
|
[dev-dependencies.mentat_sql]
|
|
|
|
path = "../sql"
|