[package]
name = "fluent-impl"
version = "0.1.2"
authors = ["Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>"]
description = "A procedural macro that generates chaining methods from non-chaining ones in an impl block"
homepage = "https://github.com/rust-alt/fluent-impl"
documentation = "https://rust-alt.github.io/fluent-impl/doc/fluent_impl"
readme = "README.md"
keywords = ["api", "attribute", "proc-macro", "fluent", "chaining"]
categories = ["rust-patterns"]
license = "MPL-2.0"
repository = "https://github.com/rust-alt/fluent-impl"
[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
version = "0.14"
features = ["full", "extra-traits"]
[dev-dependencies.compiletest_rs]
version = "0.3"
[badges.appveyor]
repository = "rust-alt/fluent-impl"
[badges.travis-ci]
repository = "rust-alt/fluent-impl"