[lib]
name = "replace_self_ty"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "no-std"]
description = "Macro magic to replace all instances of `Self` in a token tree"
edition = "2018"
keywords = ["macros", "self", "magic", "hack"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "replace_self_ty"
readme = "README.md"
repository = "https://github.com/madsmtm/replace_self_ty"
rust-version = "1.31.0"
version = "0.1.0"
[[test]]
name = "test"
path = "tests/test.rs"