# 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 = "skipif" version = "0.1.0" authors = ["Wayne Warren"] description = "Turn test cases into no-ops with _SKIPPED appended to their name based on compile time conditions." readme = "README.md" keywords = [ "skip-if", "testing", "skip", "macro", ] categories = [ "development-tools", "development-tools::testing", "rust-patterns", ] license = "Apache-2.0" repository = "https://gitea.com/waynr/skipif" [lib] proc-macro = true [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.rstest] version = "0.21" [lints.clippy] clone_on_ref_ptr = "deny" dbg_macro = "deny" todo = "deny" use_self = "deny" [lints.rust] rust_2018_idioms = "deny" unreachable_pub = "deny" unused_crate_dependencies = "deny" [lints.rustdoc] bare_urls = "deny" broken_intra_doc_links = "deny"