# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fstrings-rust" version = "1.0.1" authors = ["Fx Kirin ", "Daniel Henry-Mantilla "] description = "Python3 fstring interpolation in Rust" homepage = "https://crates.io/crates/fstrings-rust" documentation = "https://docs.rs/fstrings-rust" readme = "README.md" keywords = ["python", "format", "human", "no_std", "interpolation"] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/fx-kirin/fstrings-rust" [package.metadata.docs.rs] features = ["nightly"] [dependencies.proc-macro] version = "1.0.0" package = "fstrings-rust-proc-macro" [dependencies.proc-macro-hack] version = "0.5.11" [features] default = [] nightly = [] verbose-expansions = ["proc-macro/verbose-expansions"]