# 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.56.1" name = "qualifier_attr" version = "0.2.2" authors = ["Dmitrii Demenev "] description = "Procedural macro attributes for adding \"qualifiers\" (pub, async, unsafe, const, extern \"C\", ...) to various items." documentation = "https://docs.rs/qualifier_attr" readme = "README.md" keywords = [ "conditional", "cfg_attr", "extern", "async", "pub", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/qualifier_attr" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "parsing", "printing", ] [features] default = ["legacy_attrs"] legacy_attrs = []