jsonway 0.1.9

JSON building DSL and configurable serializers for Rust
Build #11671 2016-08-08T14:34:54.628350+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading jsonway v0.1.9
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/jsonway-0.1.9/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/jsonway-0.1.9/debug/deps -L dependency=/home/cratesfyi/jsonway-0.1.9/debug/deps --cap-lints allow`
Documenting jsonway v0.1.9
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/jsonway-0.1.9/src/lib.rs --crate-name jsonway -o /home/cratesfyi/jsonway-0.1.9/doc -L dependency=/home/cratesfyi/jsonway-0.1.9/debug -L dependency=/home/cratesfyi/jsonway-0.1.9/debug/deps --extern rustc_serialize=/home/cratesfyi/jsonway-0.1.9/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/jsonway-0.1.9/src/lib.rs:7:14: 7:31 error: expected identifier, found `"rustc-serialize"` 
.cargo/registry/src/github.com-1ecc6299db9ec823/jsonway-0.1.9/src/lib.rs:7 extern crate "rustc-serialize" as serialize;
^~~~~~~~~~~~~~~~~
thread 'main' panicked at 'ChainedError {
error: failed to compile `jsonway v0.1.9`, intermediate artifacts can be found at `/home/cratesfyi/jsonway-0.1.9`,
cause: ChainedError {
error: Could not document `jsonway`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/jsonway-0.1.9/src/lib.rs --crate-name jsonway -o /home/cratesfyi/jsonway-0.1.9/doc -L dependency=/home/cratesfyi/jsonway-0.1.9/debug -L dependency=/home/cratesfyi/jsonway-0.1.9/debug/deps --extern rustc_serialize=/home/cratesfyi/jsonway-0.1.9/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.