# 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" rust-version = "1.60.0" name = "deprecate-until" version = "0.1.1" authors = ["Samuel Tardieu "] description = "Rust attribute to force deprecated item removal at a specified version" readme = "README.md" keywords = ["macros"] categories = ["development-tools"] license = "Apache-2.0/MIT" repository = "https://github.com/samueltardieu/deprecate-until" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.70" default-features = false [dependencies.quote] version = "1.0.33" default-features = false [dependencies.semver] version = "1.0.20" default-features = false [dependencies.syn] version = "2.0.39" features = [ "parsing", "proc-macro", ] default-features = false [dev-dependencies.trybuild] version = "1.0.81" [lints.clippy] pedantic = "deny"