203 lines
4.6 KiB
TOML
203 lines
4.6 KiB
TOML
# 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-user-notifications"
|
|
version = "0.2.2"
|
|
build = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Bindings to the UserNotifications framework"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"cocoa",
|
|
"apple",
|
|
"framework",
|
|
"macos",
|
|
"ios",
|
|
]
|
|
categories = [
|
|
"api-bindings",
|
|
"development-tools::ffi",
|
|
"external-ffi-bindings",
|
|
"os::macos-apis",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/madsmtm/objc2"
|
|
|
|
[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",
|
|
]
|
|
|
|
[lib]
|
|
name = "objc2_user_notifications"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.bitflags]
|
|
version = "2.5.0"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.block2]
|
|
version = "0.5.1"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.objc2]
|
|
version = "0.5.2"
|
|
default-features = false
|
|
|
|
[dependencies.objc2-core-location]
|
|
version = "0.2.2"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.objc2-foundation]
|
|
version = "0.2.2"
|
|
default-features = false
|
|
|
|
[features]
|
|
NSString_UserNotifications = [
|
|
"objc2-foundation/NSArray",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
UNError = ["objc2-foundation/NSString"]
|
|
UNNotification = [
|
|
"objc2-foundation/NSDate",
|
|
"objc2-foundation/NSObject",
|
|
]
|
|
UNNotificationAction = [
|
|
"bitflags",
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
UNNotificationActionIcon = [
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
UNNotificationAttachment = [
|
|
"objc2-foundation/NSDictionary",
|
|
"objc2-foundation/NSError",
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
"objc2-foundation/NSURL",
|
|
]
|
|
UNNotificationCategory = [
|
|
"bitflags",
|
|
"objc2-foundation/NSArray",
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
UNNotificationContent = [
|
|
"objc2-foundation/NSArray",
|
|
"objc2-foundation/NSDictionary",
|
|
"objc2-foundation/NSError",
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
"objc2-foundation/NSValue",
|
|
]
|
|
UNNotificationRequest = [
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
UNNotificationResponse = [
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
UNNotificationServiceExtension = []
|
|
UNNotificationSettings = ["objc2-foundation/NSObject"]
|
|
UNNotificationSound = [
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
UNNotificationTrigger = [
|
|
"objc2-core-location?/CLRegion",
|
|
"objc2-foundation/NSCalendar",
|
|
"objc2-foundation/NSDate",
|
|
"objc2-foundation/NSObject",
|
|
]
|
|
UNUserNotificationCenter = [
|
|
"bitflags",
|
|
"objc2-foundation/NSArray",
|
|
"objc2-foundation/NSError",
|
|
"objc2-foundation/NSSet",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
all = [
|
|
"NSString_UserNotifications",
|
|
"UNError",
|
|
"UNNotification",
|
|
"UNNotificationAction",
|
|
"UNNotificationActionIcon",
|
|
"UNNotificationAttachment",
|
|
"UNNotificationCategory",
|
|
"UNNotificationContent",
|
|
"UNNotificationRequest",
|
|
"UNNotificationResponse",
|
|
"UNNotificationServiceExtension",
|
|
"UNNotificationSettings",
|
|
"UNNotificationSound",
|
|
"UNNotificationTrigger",
|
|
"UNUserNotificationCenter",
|
|
"bitflags",
|
|
"block2",
|
|
"objc2-core-location",
|
|
]
|
|
alloc = [
|
|
"block2?/alloc",
|
|
"objc2/alloc",
|
|
"objc2-core-location?/alloc",
|
|
"objc2-foundation/alloc",
|
|
]
|
|
bitflags = [
|
|
"dep:bitflags",
|
|
"objc2-foundation/bitflags",
|
|
]
|
|
block2 = [
|
|
"dep:block2",
|
|
"objc2-core-location?/block2",
|
|
"objc2-foundation/block2",
|
|
]
|
|
default = ["std"]
|
|
objc2-core-location = ["dep:objc2-core-location"]
|
|
std = [
|
|
"alloc",
|
|
"bitflags?/std",
|
|
"block2?/std",
|
|
"objc2/std",
|
|
"objc2-core-location?/std",
|
|
"objc2-foundation/std",
|
|
]
|
|
|
|
[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"
|