# 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 = "syn_str" version = "0.1.58" authors = ["Dang "] description = "This library is what syn is to proc_macro::TokenStream for proc_macro::TokenStream::to_string,quote! being format! with String::parse::." readme = "README.md" keywords = ["syn", "quote", "procedural", "macros", "str"] categories = ["no-std", "development-tools::procedural-macro-helpers"] license = "Apache-2.0/MIT" repository = "https://github.com/NonNullableName/syn_string/" [dependencies.fixed_len_str] version = "0.2.5" [dev-dependencies.pretty_assertions] version = "0.6.1"