File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
77with-bit-vec = [" bit-vec" ]
88with-chrono = [" chrono" ]
99with-eui48 = [" eui48" ]
10+ with-rustc-serialize = [" rustc-serialize" ]
1011with-serde_json = [" serde_json" ]
1112with-time = [" time" ]
1213with-uuid = [" uuid" ]
@@ -20,6 +21,7 @@ postgres-protocol = "0.2"
2021bit-vec = { version = " 0.4" , optional = true }
2122chrono = { version = " 0.2.14" , optional = true }
2223eui48 = { version = " 0.1" , optional = true }
24+ rustc-serialize = { version = " 0.3" , optional = true }
2325serde_json = { version = " >= 0.6, < 0.9" , optional = true }
2426time = { version = " 0.1.14" , optional = true }
2527uuid = { version = " >= 0.1, < 0.4" , optional = true }
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ path = "tests/test.rs"
2424with-bit-vec = [" postgres-shared/with-bit-vec" ]
2525with-chrono = [" postgres-shared/with-chrono" ]
2626with-eui48 = [" postgres-shared/with-eui48" ]
27+ with-rustc-serialize = [" postgres-shared/with-rustc-serialize" ]
2728with-serde_json = [" postgres-shared/with-serde_json" ]
28- with-time = [" postgres-shared/time" ]
29+ with-time = [" postgres-shared/with- time" ]
2930with-uuid = [" postgres-shared/with-uuid" ]
3031
3132with-openssl = [" openssl" ]
3233with-native-tls = [" native-tls" ]
33- with-rustc-serialize = [" rustc-serialize" ]
3434with-schannel = [" schannel" ]
3535with-security-framework = [" security-framework" ]
3636
@@ -53,3 +53,11 @@ postgres-shared = { path = "../postgres-shared" }
5353
5454[dev-dependencies ]
5555url = " 1.0"
56+
57+ bit-vec = " 0.4"
58+ chrono = " 0.2.14"
59+ eui48 = " 0.1"
60+ rustc-serialize = " 0.3"
61+ serde_json = " >= 0.6, < 0.9"
62+ time = " 0.1.14"
63+ uuid = " >= 0.1, < 0.4"
You can’t perform that action at this time.
0 commit comments