# 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" version = "0.2.4-rc2" authors = ["Daniel Henry-Mantilla "] description = "Python3 fstring interpolation in Rust" homepage = "https://crates.io/crates/fstrings" documentation = "https://docs.rs/fstrings" readme = "README.md" keywords = ["python", "format", "human", "no_std", "interpolation"] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/danielhenrymantilla/fstrings-rs" [package.metadata.docs.rs] features = ["nightly"] [dependencies.proc-macro] version = "0.2.4-rc2" package = "fstrings-proc-macro" [dependencies.proc-macro-hack] version = "0.5.11" [features] default = [] nightly = [] verbose-expansions = ["proc-macro/verbose-expansions"]