# 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" name = "objc2-proc-macros" version = "0.1.3" authors = [ "Mads Marquart ", "Calvin Watford", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for the objc2 project" documentation = "https://docs.rs/objc2-proc-macros/" readme = "README.md" keywords = [ "objective-c", "macos", "ios", "proc-macro", ] categories = [ "development-tools", "os::macos-apis", ] license = "MIT" repository = "https://github.com/madsmtm/objc2" [package.metadata.docs.rs] default-target = "aarch64-apple-darwin" targets = [ "aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-apple-ios", "x86_64-apple-ios", "aarch64-apple-tvos", "aarch64-apple-watchos", "aarch64-apple-ios-macabi", "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", ] [package.metadata.release] enable-features = [] shared-version = false tag-prefix = "objc-proc-macros" [lib] name = "objc2_proc_macros" path = "src/lib.rs" proc-macro = true [features] apple = [] default = [] gnustep-1-7 = [] gnustep-1-8 = ["gnustep-1-7"] gnustep-1-9 = ["gnustep-1-8"] gnustep-2-0 = ["gnustep-1-9"] gnustep-2-1 = ["gnustep-2-0"] [lints.clippy] cargo = "warn" ptr_as_ptr = "warn" [lints.rust] elided_lifetimes_in_paths = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" non_ascii_idents = "deny" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "deny"