File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " postgres"
3- version = " 0.0.0 "
3+ version = " 0.0.1 "
44authors = [ " Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT"
66description = " A native PostgreSQL driver"
7+ repository = " https://github.com/sfackler/rust-postgres"
8+ documentation = " https://sfackler.github.io/doc/postgres"
9+ readme = " README.md"
10+ keywords = [" database" , " sql" ]
711
812[lib ]
913name = " postgres"
@@ -20,11 +24,9 @@ default = ["uuid", "time"]
2024[dependencies .openssl ]
2125git = " https://github.com/sfackler/rust-openssl"
2226
23- [dependencies .phf ]
24- git = " https://github.com/sfackler/rust-phf"
25-
26- [dependencies .phf_mac ]
27- git = " https://github.com/sfackler/rust-phf"
27+ [dependencies ]
28+ phf = " *"
29+ phf_mac = " *"
2830
2931[dependencies .uuid ]
3032git = " https://github.com/rust-lang/uuid"
@@ -34,6 +36,6 @@ optional = true
3436git = " https://github.com/rust-lang/time"
3537optional = true
3638
37- [dev-dependencies . url ]
38- git = " https://github.com/servo/rust-url "
39+ [dev-dependencies ]
40+ url = " * "
3941
You can’t perform that action at this time.
0 commit comments