2017-02-16 23:07:52 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_sql"
|
2020-05-25 14:51:22 +00:00
|
|
|
version = "0.0.2"
|
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-05-25 14:51:22 +00:00
|
|
|
failure = "~0.1"
|
2021-07-12 21:20:06 +00:00
|
|
|
ordered-float = "~2.7"
|
2017-02-22 02:47:06 +00:00
|
|
|
|
2017-04-29 03:11:55 +00:00
|
|
|
[dependencies.rusqlite]
|
2021-07-03 00:29:41 +00:00
|
|
|
version = "~0.25"
|
2020-05-12 14:21:51 +00:00
|
|
|
features = ["limits", "bundled"]
|
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"
|