[package] name = "fstrings-rust" version = "1.0.1" authors = ["Fx Kirin ", "Daniel Henry-Mantilla "] edition = "2018" license = "MIT" documentation = "https://docs.rs/fstrings-rust" repository = "https://github.com/fx-kirin/fstrings-rust" homepage = "https://crates.io/crates/fstrings-rust" readme = "README.md" description = "Python3 fstring interpolation in Rust" keywords = ["python", "format", "human", "no_std", "interpolation"] categories = ["rust-patterns", ] [dependencies] proc-macro-hack = "0.5.11" [dependencies.proc-macro] version = "1.0.0" package = "fstrings-rust-proc-macro" path = "src/proc_macro" [features] default = [] nightly = [] verbose-expansions = ["proc-macro/verbose-expansions", ] [package.metadata.docs.rs] features = ["nightly", ]