assert_tokens_eq 0.1.0

Like Rust's built-in `assert_eq` macro, but for token streams. Passes them through rustfmt, and shows a pretty diff.
Documentation
[dependencies.ansi_term]
version = "0.12.0"

[dependencies.difference]
version = "2.0.0"

[dependencies.snafu]
version = "0.4.3"

[dev-dependencies.quote]
version = "0.6.13"

[package]
authors = ["Pascal Hertleif <pascal@technocreatives.com>"]
description = "Like Rust's built-in `assert_eq` macro, but for token streams. Passes them through rustfmt, and shows a pretty diff."
documentation = "http://docs.rs/assert_tokens_eq"
edition = "2018"
homepage = "https://github.com/killercup/assert_tokens_eq"
license = "MIT OR Apache-2.0"
name = "assert_tokens_eq"
readme = "README.md"
repository = "https://github.com/killercup/assert_tokens_eq.git"
version = "0.1.0"

[target."cfg(windows)".dependencies.ctor]
version = "0.1.9"

[target."cfg(windows)".dependencies.output_vt100]
version = "0.1.2"