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 believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "proc-macro-error-attr" 16version = "1.0.4" 17authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"] 18build = "build.rs" 19description = "Attribute macro for proc-macro-error crate" 20license = "MIT OR Apache-2.0" 21repository = "https://gitlab.com/CreepySkeleton/proc-macro-error" 22[package.metadata.docs.rs] 23targets = ["x86_64-unknown-linux-gnu"] 24 25[lib] 26proc-macro = true 27[dependencies.proc-macro2] 28version = "1" 29 30[dependencies.quote] 31version = "1" 32[build-dependencies.version_check] 33version = "0.9" 34