[package] name = "rust-postgres" version = "0.0.0" authors = [ "Steven Fackler " ] [[lib]] name = "postgres" path = "src/lib/lib.rs" test = false [[test]] name = "test" path = "src/test/test.rs" [dependencies.openssl] git = "https://github.com/sfackler/rust-openssl" rev = "8696b091402f67a655c3b924c118392cb67540a3" [dependencies.phf] git = "https://github.com/sfackler/rust-phf" rev = "eeec95c7da4dd4fe29813c1a18722b9314320436" [dependencies.phf_mac] git = "https://github.com/sfackler/rust-phf" rev = "eeec95c7da4dd4fe29813c1a18722b9314320436"