objc2-symbols 0.2.2

Bindings to the Symbols framework
Documentation
# This file has been automatically generated by `objc2`'s `header-translator`.
# DO NOT EDIT

[package]
name = "objc2-symbols"
version = "0.2.2" # Remember to update html_root_url in lib.rs
description = "Bindings to the Symbols framework"
edition = "2021"
rust-version = "1.60"
keywords = ["cocoa", "apple", "framework", "macos", "ios"]
categories = [
    "api-bindings",
    "development-tools::ffi",
    "external-ffi-bindings",
    "os::macos-apis",
]
repository = "https://github.com/madsmtm/objc2"
license = "MIT"

[lints]
workspace = true

[dependencies]
objc2 = { path = "../../crates/objc2", version = "0.5.2", default-features = false }
objc2-foundation = { path = "../objc2-foundation", version = "0.2.2", default-features = false }

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
features = ["all"]
targets = [
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
    "aarch64-apple-ios",
    "aarch64-apple-tvos",
    "aarch64-apple-watchos",
    "aarch64-apple-ios-macabi",
]

[features]
default = ["std"]

# Currently not possible to turn off, put here for forwards compatibility.
std = ["alloc", "objc2/std", "objc2-foundation/std"]
alloc = ["objc2/alloc", "objc2-foundation/alloc"]

NSSymbolEffect = ["objc2-foundation/NSObject"]
all = ["NSSymbolEffect"]