2017-02-16 23:07:52 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_sql"
|
|
|
|
version = "0.0.1"
|
2017-02-20 17:35:32 +00:00
|
|
|
workspace = ".."
|
2017-02-22 02:47:06 +00:00
|
|
|
|
2018-08-20 23:09:16 +00:00
|
|
|
[features]
|
|
|
|
sqlcipher = ["rusqlite/sqlcipher"]
|
|
|
|
|
2017-02-22 02:47:06 +00:00
|
|
|
[dependencies]
|
2020-01-20 20:47:31 +00:00
|
|
|
failure = "0.1"
|
|
|
|
ordered-float = "1.0"
|
2017-02-22 02:47:06 +00:00
|
|
|
|
2017-04-29 03:11:55 +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-04-29 03:11:55 +00:00
|
|
|
|
2018-08-08 17:36:41 +00:00
|
|
|
[dependencies.core_traits]
|
|
|
|
path = "../core-traits"
|
|
|
|
|
2017-02-22 02:47:06 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|
2018-08-08 20:19:08 +00:00
|
|
|
|
|
|
|
[dependencies.sql_traits]
|
|
|
|
path = "../sql-traits"
|