Mercurial > templog
annotate rust/Cargo.toml @ 626:efcbe0d3afd6 rust
fix to work with hyper
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 06 Dec 2017 00:09:45 +0800 |
parents | 2710649ab71e |
children | d5075136442f |
rev | line source |
---|---|
587 | 1 [package] |
2 name = "wort-templog" | |
3 version = "0.1.0" | |
4 authors = ["Matt Johnston <[email protected]>"] | |
5 | |
6 [dependencies] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
7 futures = "0.1" |
601 | 8 futures-cpupool = "0.1" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
9 tokio-core = "0.1" |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
10 serde = "0.9" |
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
11 serde_derive = "0.9" |
592
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
12 rand = "0.3" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
13 log = "0.3" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
14 env_logger = "0.3" |
597 | 15 docopt = "0.7" |
16 rustc-serialize = "0.3" | |
17 time = "0.1" | |
604
278f1002b5c7
sensor regex, custom error type
Matt Johnston <matt@ucc.asn.au>
parents:
603
diff
changeset
|
18 lazy_static = "0.2" |
278f1002b5c7
sensor regex, custom error type
Matt Johnston <matt@ucc.asn.au>
parents:
603
diff
changeset
|
19 regex = "0.2" |
609
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
20 toml = "0.3" |
626 | 21 hyper = "0.11" |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
22 serde_json = "0.9" |
620 | 23 base64 = "0.4" |
622 | 24 libc = "0.2" |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
25 atomicwrites = "0.1" |
620 | 26 |
626 | 27 [target.'cfg(target_os = "linux")'.dependencies] |
620 | 28 sysfs_gpio = "0.5" |