2015-09-23 11:36:54 -05:00
|
|
|
[root]
|
|
|
|
name = "serde-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2016-03-08 01:48:01 -06:00
|
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-16 12:27:42 -05:00
|
|
|
"toml 0.1.30",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aster"
|
2016-03-08 01:48:01 -06:00
|
|
|
version = "0.13.1"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-08 01:48:01 -06:00
|
|
|
"syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2015-11-29 16:52:35 -06:00
|
|
|
version = "0.3.3"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2015-11-29 16:52:35 -06:00
|
|
|
version = "0.2.1"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-29 16:52:35 -06:00
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2016-03-11 11:27:24 -06:00
|
|
|
version = "0.2.8"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2016-03-11 11:27:24 -06:00
|
|
|
version = "0.3.5"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-11 11:27:24 -06:00
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi"
|
2016-03-08 01:48:01 -06:00
|
|
|
version = "0.7.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-08 01:48:01 -06:00
|
|
|
"syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi_codegen"
|
2016-03-08 01:48:01 -06:00
|
|
|
version = "0.7.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-08 01:48:01 -06:00
|
|
|
"aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2016-03-11 11:27:24 -06:00
|
|
|
version = "0.3.18"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2016-03-08 01:48:01 -06:00
|
|
|
version = "0.7.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_codegen"
|
2016-03-08 01:48:01 -06:00
|
|
|
version = "0.7.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-08 01:48:01 -06:00
|
|
|
"aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_codegen 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex"
|
2016-03-08 01:48:01 -06:00
|
|
|
version = "0.29.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-03-08 01:48:01 -06:00
|
|
|
"syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
2016-03-08 01:48:01 -06:00
|
|
|
version = "0.29.1"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-29 16:52:35 -06:00
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-11 11:27:24 -06:00
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-29 16:52:35 -06:00
|
|
|
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2015-11-29 16:52:35 -06:00
|
|
|
version = "0.2.14"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-11-29 16:52:35 -06:00
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2016-05-16 12:27:42 -05:00
|
|
|
version = "0.1.30"
|
2015-09-23 11:36:54 -05:00
|
|
|
dependencies = [
|
2016-03-11 11:27:24 -06:00
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-08 01:48:01 -06:00
|
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2015-11-29 16:52:35 -06:00
|
|
|
version = "0.2.5"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|