fstrings-rust-proc-macro 1.0.0

Python3 fstring interpolation in Rust
Documentation
[lib]
proc-macro = true
path = "mod.rs"

[package]
name = "fstrings-rust-proc-macro"
version = "1.0.0"
authors = ["Fx Kirin <fx.kirin@gmail.com>", "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2018"

description = "Python3 fstring interpolation in Rust"
license = "MIT"

documentation = "https://docs.rs/fstrings"
repository = "https://github.com/danielhenrymantilla/fstrings-rs"
homepage = "https://crates.io/crates/fstrings"

[dependencies]
proc-macro2 = "1.0.*"
proc-macro-hack = "0.5.11"
quote = "1.0.*"
syn = { version = "1.0.*", features = ["full"]}

[features]
verbose-expansions = ["syn/extra-traits", ]