2014-06-25 19:21:01 +00:00
|
|
|
[package]
|
2014-08-11 00:38:47 +00:00
|
|
|
name = "postgres"
|
2014-06-26 05:13:01 +00:00
|
|
|
version = "0.0.0"
|
2014-06-25 19:21:01 +00:00
|
|
|
authors = [ "Steven Fackler <sfackler@gmail.com>" ]
|
|
|
|
|
2014-08-16 21:26:04 +00:00
|
|
|
[lib]
|
2014-06-25 19:21:01 +00:00
|
|
|
name = "postgres"
|
2014-08-03 02:10:45 +00:00
|
|
|
path = "src/lib.rs"
|
2014-08-13 03:14:21 +00:00
|
|
|
test = false
|
2014-06-25 19:21:01 +00:00
|
|
|
|
2014-07-12 20:28:23 +00:00
|
|
|
[[test]]
|
|
|
|
name = "test"
|
2014-08-03 02:10:45 +00:00
|
|
|
path = "tests/test.rs"
|
2014-07-12 20:28:23 +00:00
|
|
|
|
2014-11-06 15:53:16 +00:00
|
|
|
[features]
|
2014-11-17 17:43:10 +00:00
|
|
|
default = ["uuid"]
|
2014-11-06 15:53:16 +00:00
|
|
|
|
2014-06-25 19:21:01 +00:00
|
|
|
[dependencies.openssl]
|
|
|
|
git = "https://github.com/sfackler/rust-openssl"
|
|
|
|
|
2014-07-02 02:57:26 +00:00
|
|
|
[dependencies.phf]
|
|
|
|
git = "https://github.com/sfackler/rust-phf"
|
|
|
|
|
2014-06-25 19:21:01 +00:00
|
|
|
[dependencies.phf_mac]
|
|
|
|
git = "https://github.com/sfackler/rust-phf"
|
2014-10-21 15:25:03 +00:00
|
|
|
|
2014-11-06 15:53:16 +00:00
|
|
|
[dependencies.uuid]
|
|
|
|
git = "https://github.com/rust-lang/uuid"
|
|
|
|
optional = true
|
|
|
|
|
2014-11-13 17:46:52 +00:00
|
|
|
[dependencies.time]
|
|
|
|
git = "https://github.com/rust-lang/time"
|
|
|
|
|
2014-10-21 15:25:03 +00:00
|
|
|
[dev-dependencies.url]
|
2014-10-26 19:05:43 +00:00
|
|
|
git = "https://github.com/servo/rust-url"
|
2014-11-06 15:53:16 +00:00
|
|
|
|