[dependencies.convert_case]
version = "0.5.0"
[dev-dependencies.paste-test-suite]
version = "0"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"
[lib]
proc-macro = true
[package]
authors = ["David Tolnay <dtolnay@gmail.com>", "James Prestwich <james@prestwi.ch>"]
description = "Macros for all your token pasting needs. Fork of https://github.com/dtolnay/paste with casing fixed"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "affix"
readme = "README.md"
repository = "https://github.com/prestwich/affix"
rust-version = "1.31"
version = "0.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]