|
|
|
@ -3,6 +3,7 @@ name = "solstice" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -59,6 +60,63 @@ dependencies = [ |
|
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding" |
|
|
|
version = "0.2.32" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-japanese" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-korean" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-simpchinese" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-singlebyte" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-tradchinese" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding_index_tests" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "env_logger" |
|
|
|
version = "0.3.2" |
|
|
|
|