File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 7
7
with-bit-vec = [" bit-vec" ]
8
8
with-chrono = [" chrono" ]
9
9
with-eui48 = [" eui48" ]
10
+ with-rustc-serialize = [" rustc-serialize" ]
10
11
with-serde_json = [" serde_json" ]
11
12
with-time = [" time" ]
12
13
with-uuid = [" uuid" ]
@@ -20,6 +21,7 @@ postgres-protocol = "0.2"
20
21
bit-vec = { version = " 0.4" , optional = true }
21
22
chrono = { version = " 0.2.14" , optional = true }
22
23
eui48 = { version = " 0.1" , optional = true }
24
+ rustc-serialize = { version = " 0.3" , optional = true }
23
25
serde_json = { version = " >= 0.6, < 0.9" , optional = true }
24
26
time = { version = " 0.1.14" , optional = true }
25
27
uuid = { 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"
24
24
with-bit-vec = [" postgres-shared/with-bit-vec" ]
25
25
with-chrono = [" postgres-shared/with-chrono" ]
26
26
with-eui48 = [" postgres-shared/with-eui48" ]
27
+ with-rustc-serialize = [" postgres-shared/with-rustc-serialize" ]
27
28
with-serde_json = [" postgres-shared/with-serde_json" ]
28
- with-time = [" postgres-shared/time" ]
29
+ with-time = [" postgres-shared/with- time" ]
29
30
with-uuid = [" postgres-shared/with-uuid" ]
30
31
31
32
with-openssl = [" openssl" ]
32
33
with-native-tls = [" native-tls" ]
33
- with-rustc-serialize = [" rustc-serialize" ]
34
34
with-schannel = [" schannel" ]
35
35
with-security-framework = [" security-framework" ]
36
36
@@ -53,3 +53,11 @@ postgres-shared = { path = "../postgres-shared" }
53
53
54
54
[dev-dependencies ]
55
55
url = " 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