# 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" name = "strim" version = "0.6.0" authors = ["Peter Varo "] build = false exclude = ["/dummy/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Macro to trim whitespace from string literals" readme = "README.md" keywords = [ "macro", "compile-time", "text-processing", ] categories = ["development-tools"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/petervaro/strim" [lib] name = "strim" path = "src/lib.rs" proc-macro = true [dependencies.rustversion] version = "~1.0.17" [dependencies.syn] version = "~2.0.74"