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