[package] name = "camelpaste" version = "0.1.0" authors = ["David Tolnay ", "Kevin Heavey "] edition = "2018" rust-version = "1.31" license = "MIT OR Apache-2.0" description = "A fork of paste using lowerCamelCase (hopefully temporary)" repository = "https://github.com/kevinheavey/paste" categories = ["no-std"] readme = "README.md" [lib] proc-macro = true [dev-dependencies] paste-test-suite = { version = "0", path = "tests/macros" } rustversion = "1.0" trybuild = { version = "1.0.49", features = ["diff"] } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]