# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.79.0" name = "safe_format" version = "0.1.5" authors = ["Allen Dang "] exclude = [ "/.github", ".gitignore", ] description = "safe_format! macro works similarly to the built-in format! macro but allows for named parameters and it safely ignores any extra parameters that are not used in format string" homepage = "https://github.com/AllenDang/safe_format" readme = "README.md" keywords = [ "safe-format", "format", ] categories = ["value-formatting"] license = "MIT/Apache-2.0" repository = "https://github.com/AllenDang/safe_format" [lib] name = "safe_format" proc-macro = true edition = "2021" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.70"