We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e55ff commit ae384d8Copy full SHA for ae384d8
1 file changed
Cargo.toml
@@ -24,18 +24,18 @@ path = "tests/test.rs"
24
phf_codegen = "0.7"
25
26
[dependencies]
27
-phf = "0.7"
28
-log = "0.3"
29
-rustc-serialize = "0.3"
+bufstream = "0.1"
30
byteorder = "0.3"
31
debug-builders = "0.1"
32
-bufstream = "0.1"
+log = "0.3"
+phf = "0.7"
33
rust-crypto = "0.2"
+rustc-serialize = "0.3"
34
openssl = { version = "0.6", optional = true }
35
-uuid = { version = "0.1", optional = true }
36
-unix_socket = { version = "0.3", optional = true }
37
-time = { version = "0.1.14", optional = true }
38
serde = { version = "0.3", optional = true }
+time = { version = "0.1.14", optional = true }
+unix_socket = { version = "0.3", optional = true }
+uuid = { version = "0.1", optional = true }
39
40
[dev-dependencies]
41
url = "0.2"
0 commit comments