objc2-encode 4.1.0

Objective-C type-encoding representation and parsing
Documentation
[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "objc2_encode"
path = "src/lib.rs"

[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"

[package]
authors = ["Mads Marquart <mads@marquart.dk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi", "encoding", "no-std", "os::macos-apis"]
description = "Objective-C type-encoding representation and parsing"
edition = "2021"
keywords = ["objective-c", "macos", "ios", "encode"]
license = "MIT"
name = "objc2-encode"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
rust-version = "1.71"
version = "4.1.0"

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
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 = "objc-encode"