2015-09-23 11:36:54 -05:00
|
|
|
[root]
|
|
|
|
name = "serde-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2016-07-29 02:23:12 -05:00
|
|
|
"serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-01 11:41:18 -05:00
|
|
|
"toml 0.2.0",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aster"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.22.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-29 02:23:12 -05:00
|
|
|
"syntex_syntax 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2016-05-31 12:41:47 -05:00
|
|
|
version = "0.5.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-31 12:41:47 -05:00
|
|
|
version = "0.2.2"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-29 02:23:12 -05:00
|
|
|
"winapi 0.2.8 (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-07-29 02:23:12 -05:00
|
|
|
version = "0.2.14"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2016-05-31 12:41:47 -05:00
|
|
|
version = "0.3.6"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.16.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-29 02:23:12 -05:00
|
|
|
"syntex_errors 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi_codegen"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.16.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-29 02:23:12 -05:00
|
|
|
"aster 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_errors 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2016-05-31 12:41:47 -05:00
|
|
|
version = "0.3.19"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.8.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_codegen"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.8.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-29 02:23:12 -05:00
|
|
|
"aster 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_codegen 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen_internals 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_codegen_internals"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"syntex_errors 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"syntex_errors 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_errors"
|
|
|
|
version = "0.39.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-29 02:23:12 -05:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_pos"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.39.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-31 12:41:47 -05:00
|
|
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-29 02:23:12 -05:00
|
|
|
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 12:41:47 -05:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-29 02:23:12 -05:00
|
|
|
"syntex_errors 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.4.4 (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"
|
2016-07-29 02:23:12 -05:00
|
|
|
version = "0.4.4"
|
2015-09-23 11:36:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-31 12:41:47 -05:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-29 02:23:12 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 11:36:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2016-08-01 11:41:18 -05:00
|
|
|
version = "0.2.0"
|
2015-09-23 11:36:54 -05:00
|
|
|
dependencies = [
|
2016-05-31 12:41:47 -05:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-29 02:23:12 -05:00
|
|
|
"serde 0.8.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"
|
2016-07-29 02:23:12 -05: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 = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|