Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
75
third-party/vendor/objc-sys/Cargo.toml
vendored
Normal file
75
third-party/vendor/objc-sys/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
# 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"
|
||||
name = "objc-sys"
|
||||
version = "0.2.0-beta.2"
|
||||
authors = ["Mads Marquart <mads@marquart.dk>"]
|
||||
build = "build.rs"
|
||||
links = "objc_0_2"
|
||||
description = "Raw bindings to the Objective-C runtime and ABI"
|
||||
documentation = "https://docs.rs/objc-sys/"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"objective-c",
|
||||
"macos",
|
||||
"ios",
|
||||
"objc_msgSend",
|
||||
"sys",
|
||||
]
|
||||
categories = [
|
||||
"external-ffi-bindings",
|
||||
"os::macos-apis",
|
||||
]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/madsmtm/objc2"
|
||||
resolver = "2"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "x86_64-apple-darwin"
|
||||
no-default-features = true
|
||||
features = [
|
||||
"std",
|
||||
"unstable-docsrs",
|
||||
]
|
||||
targets = [
|
||||
"x86_64-apple-darwin",
|
||||
"aarch64-apple-darwin",
|
||||
"aarch64-apple-ios",
|
||||
"x86_64-apple-ios",
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"i686-unknown-linux-gnu",
|
||||
"x86_64-pc-windows-msvc",
|
||||
]
|
||||
|
||||
[build-dependencies.cc]
|
||||
version = "1"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
alloc = []
|
||||
apple = []
|
||||
default = [
|
||||
"std",
|
||||
"apple",
|
||||
]
|
||||
gnustep-1-7 = []
|
||||
gnustep-1-8 = ["gnustep-1-7"]
|
||||
gnustep-1-9 = ["gnustep-1-8"]
|
||||
gnustep-2-0 = ["gnustep-1-9"]
|
||||
gnustep-2-1 = ["gnustep-2-0"]
|
||||
std = ["alloc"]
|
||||
unstable-c-unwind = []
|
||||
unstable-docsrs = []
|
||||
unstable-exception = ["cc"]
|
||||
unstable-objfw = []
|
||||
unstable-winobjc = ["gnustep-1-8"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue