Source code
Revision control
Copy as Markdown
Other Tools
# 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.71"
name = "objc2"
version = "0.6.3"
authors = ["Mads Marquart <mads@marquart.dk>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Objective-C interface and runtime bindings"
readme = "README.md"
keywords = [
"objective-c",
"macos",
"ios",
"objc_msgSend",
"objc",
]
categories = [
"external-ffi-bindings",
"api-bindings",
"development-tools::ffi",
"os::macos-apis",
]
license = "MIT"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
features = ["exception"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"aarch64-apple-ios",
"aarch64-apple-tvos",
"aarch64-apple-watchos",
"aarch64-apple-ios-macabi",
"aarch64-apple-visionos",
"x86_64-unknown-linux-gnu",
"i686-unknown-linux-gnu",
]
[package.metadata.release]
shared-version = false
tag-prefix = "objc2"
[features]
alloc = ["objc2-encode/alloc"]
catch-all = ["exception"]
default = ["std"]
disable-encoding-assertions = []
exception = ["dep:objc2-exception-helper"]
gnustep-1-7 = [
"unstable-static-class",
"objc2-exception-helper?/gnustep-1-7",
]
gnustep-1-8 = [
"gnustep-1-7",
"objc2-exception-helper?/gnustep-1-8",
]
gnustep-1-9 = [
"gnustep-1-8",
"objc2-exception-helper?/gnustep-1-9",
]
gnustep-2-0 = [
"gnustep-1-9",
"objc2-exception-helper?/gnustep-2-0",
]
gnustep-2-1 = [
"gnustep-2-0",
"objc2-exception-helper?/gnustep-2-1",
]
objc2-proc-macros = []
relax-sign-encoding = []
relax-void-encoding = []
std = [
"alloc",
"objc2-encode/std",
]
unstable-apple-new = []
unstable-arbitrary-self-types = []
unstable-autoreleasesafe = []
unstable-coerce-pointee = []
unstable-compiler-rt = ["gnustep-1-7"]
unstable-gnustep-strict-apple-compat = ["gnustep-1-7"]
unstable-objfw = []
unstable-requires-macos = []
unstable-static-class = ["dep:objc2-proc-macros"]
unstable-static-class-inlined = ["unstable-static-class"]
unstable-static-sel = ["dep:objc2-proc-macros"]
unstable-static-sel-inlined = ["unstable-static-sel"]
unstable-winobjc = ["gnustep-1-8"]
verify = []
[lib]
name = "objc2"
path = "src/lib.rs"
[[example]]
name = "class_with_lifetime"
path = "examples/class_with_lifetime.rs"
[[example]]
name = "encode_core_graphics"
path = "examples/encode_core_graphics.rs"
[[example]]
name = "encode_nsstring"
path = "examples/encode_nsstring.rs"
[[example]]
name = "encode_nsuinteger"
path = "examples/encode_nsuinteger.rs"
[[example]]
name = "encode_opaque_type"
path = "examples/encode_opaque_type.rs"
[[example]]
name = "hello_world_app"
path = "examples/hello_world_app.rs"
required-features = ["unstable-requires-macos"]
[[example]]
name = "introspection"
path = "examples/introspection.rs"
[[test]]
name = "backtrace"
path = "tests/backtrace.rs"
[[test]]
name = "define_class"
path = "tests/define_class.rs"
[[test]]
name = "define_class_self"
path = "tests/define_class_self.rs"
[[test]]
name = "extern_class"
path = "tests/extern_class.rs"
[[test]]
name = "macros_mainthreadmarker"
path = "tests/macros_mainthreadmarker.rs"
[[test]]
name = "no_prelude"
path = "tests/no_prelude.rs"
[[test]]
name = "protocol_shared_retain_count"
path = "tests/protocol_shared_retain_count.rs"
[[test]]
name = "track_caller"
path = "tests/track_caller.rs"
[[test]]
name = "use_macros"
path = "tests/use_macros.rs"
[[bench]]
name = "autorelease"
path = "benches/autorelease.rs"
harness = false
[dependencies.objc2-encode]
version = "4.1.0"
default-features = false
[dependencies.objc2-exception-helper]
version = "0.1.1"
optional = true
default-features = false
[dependencies.objc2-proc-macros]
version = "0.2.0"
optional = true
[dev-dependencies.backtrace]
version = "0.3.74"
[dev-dependencies.iai]
version = "0.1"
[dev-dependencies.libc]
version = "0.2.158"
[dev-dependencies.memoffset]
version = "0.9.0"
[dev-dependencies.static_assertions]
version = "1.1.0"
[target.'cfg(all(target_vendor = "apple", not(target_os = "macos")))'.dev-dependencies]
[target.'cfg(target_os = "macos")'.dev-dependencies]
[target.'cfg(target_vendor = "apple")'.dev-dependencies.core-foundation]
version = "0.10.0"
[lints.clippy]
ptr_as_ptr = "warn"
redundant_feature_names = "allow"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_copy_implementations = "warn"
non_ascii_idents = "deny"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"