|
- [package]
- name = "rust-db-play"
- version = "0.1.0"
- authors = ["Jonathan M. Altman <jonathan@async.io>"]
- edition = "2018"
-
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
- [dependencies]
- chrono = "0.4"
- r2d2 = "0.8.9"
- r2d2_sqlite = "0.17.0"
- rusqlite = {version="0.24.0", features=["chrono"]}
- serde = {version="1.0.101", features=["derive"]}
- serde_json = "1.0"
- serde_rusqlite = "0.26.0"
- clap = "2.33.0"
- failure = "0.1.6"
- simple-error = "0.2.1"
- postgres = {version="0.17.5", features=["with-chrono-0_4", "with-time-0_2"]}
- r2d2_postgres = "0.16.0"
- rpassword = "4.0.1"
- serde_postgres = "0.2.0"
|