# 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 = "pr-has-issues-action" version = "2.0.0" authors = ["Nick Gerakines "] publish = true description = "A GitHub action that checks for issues references in pull requests." homepage = "https://github.com/ngerakines/pr-has-issues-action" readme = "README.md" license = "MIT" repository = "https://github.com/ngerakines/pr-has-issues-action" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.70" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96"