145 lines
3.2 KiB
TOML
145 lines
3.2 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-link-presentation"
|
|
version = "0.2.2"
|
|
build = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Bindings to the LinkPresentation 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-ios-macabi",
|
|
]
|
|
|
|
[lib]
|
|
name = "objc2_link_presentation"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.block2]
|
|
version = "0.5.1"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.objc2]
|
|
version = "0.5.2"
|
|
default-features = false
|
|
|
|
[dependencies.objc2-foundation]
|
|
version = "0.2.2"
|
|
default-features = false
|
|
|
|
[features]
|
|
LPError = [
|
|
"objc2-foundation/NSError",
|
|
"objc2-foundation/NSString",
|
|
]
|
|
LPFoundation = []
|
|
LPLinkMetadata = [
|
|
"objc2-foundation/NSItemProvider",
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSString",
|
|
"objc2-foundation/NSURL",
|
|
]
|
|
LPLinkView = [
|
|
"objc2-app-kit?/NSAccessibilityProtocols",
|
|
"objc2-app-kit?/NSAnimation",
|
|
"objc2-app-kit?/NSAppearance",
|
|
"objc2-app-kit?/NSDragging",
|
|
"objc2-app-kit?/NSResponder",
|
|
"objc2-app-kit?/NSUserInterfaceItemIdentification",
|
|
"objc2-app-kit?/NSView",
|
|
"objc2-foundation/NSCoder",
|
|
"objc2-foundation/NSGeometry",
|
|
"objc2-foundation/NSObject",
|
|
"objc2-foundation/NSURL",
|
|
]
|
|
LPMetadataProvider = [
|
|
"objc2-foundation/NSDate",
|
|
"objc2-foundation/NSError",
|
|
"objc2-foundation/NSURL",
|
|
"objc2-foundation/NSURLRequest",
|
|
]
|
|
all = [
|
|
"LPError",
|
|
"LPFoundation",
|
|
"LPLinkMetadata",
|
|
"LPLinkView",
|
|
"LPMetadataProvider",
|
|
"block2",
|
|
"objc2-app-kit",
|
|
]
|
|
alloc = [
|
|
"block2?/alloc",
|
|
"objc2/alloc",
|
|
"objc2-app-kit?/alloc",
|
|
"objc2-foundation/alloc",
|
|
]
|
|
block2 = [
|
|
"dep:block2",
|
|
"objc2-app-kit?/block2",
|
|
"objc2-foundation/block2",
|
|
]
|
|
default = ["std"]
|
|
objc2-app-kit = ["dep:objc2-app-kit"]
|
|
std = [
|
|
"alloc",
|
|
"block2?/std",
|
|
"objc2/std",
|
|
"objc2-app-kit?/std",
|
|
"objc2-foundation/std",
|
|
]
|
|
|
|
[target."cfg(target_os = \"macos\")".dependencies.objc2-app-kit]
|
|
version = "0.2.2"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[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"
|