[package] name = "assert-tokenstreams-eq" version = "0.1.0" edition = "2021" authors = ["Robin Ohs "] repository = "https://github.com/robinohs/assert-tokenstreams-eq" keywords = ["tokenstream", "testing", "macro-helper", "test"] categories = ["development-tools::procedural-macro-helpers", "development-tools::testing", "development-tools"] description = "Compares tokenstreams by applying rustfmt and using pretty_assertions to visualize differences." license = "MIT OR Apache-2.0" include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.38" pretty_assertions = "1.3.0" [dev-dependencies] quote = "1.0.23"