[go: up one dir, main page]

objc-sys 0.3.3

Raw bindings to the Objective-C runtime and ABI
[build-dependencies.cc]
optional = true
version = "1.0.80"

[features]
alloc = []
apple = []
default = ["std", "apple"]
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"]
std = ["alloc"]
unstable-c-unwind = []
unstable-docsrs = []
unstable-exception = ["cc"]
unstable-objfw = []
unstable-winobjc = ["gnustep-1-8"]
[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"

[package]
authors = ["Mads Marquart <mads@marquart.dk>"]
build = "build.rs"
categories = ["external-ffi-bindings", "os::macos-apis"]
description = "Raw bindings to the Objective-C runtime and ABI"
documentation = "https://docs.rs/objc-sys/"
edition = "2021"
keywords = ["objective-c", "macos", "ios", "objc_msgSend", "sys"]
license = "MIT"
links = "objc_0_3"
name = "objc-sys"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
rust-version = "1.60"
version = "0.3.3"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
features = ["std", "unstable-docsrs"]
no-default-features = true
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"]