1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.31" 15name = "paste" 16version = "1.0.14" 17authors = ["David Tolnay <[email protected]>"] 18description = "Macros for all your token pasting needs" 19readme = "README.md" 20keywords = ["macros"] 21categories = [ 22 "development-tools", 23 "no-std", 24 "no-std::no-alloc", 25] 26license = "MIT OR Apache-2.0" 27repository = "https://github.com/dtolnay/paste" 28 29[package.metadata.docs.rs] 30rustdoc-args = ["--generate-link-to-definition"] 31targets = ["x86_64-unknown-linux-gnu"] 32 33[lib] 34proc-macro = true 35 36[dev-dependencies.paste-test-suite] 37version = "0" 38 39[dev-dependencies.rustversion] 40version = "1.0" 41 42[dev-dependencies.trybuild] 43version = "1.0.49" 44features = ["diff"] 45