# 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 = "rust-macios" version = "0.4.2" authors = ["Allister Isaiah Harvey "] description = "Apple Frameworks for Rust" documentation = "https://docs.rs/crate/rust-macios/" readme = "README.md" keywords = [ "objective-c", "macos", "ios", "cocoa", ] categories = [ "api-bindings", "development-tools::ffi", "os::macos-apis", ] license = "MIT" repository = "https://github.com/a-isaiahharvey/rust-macios" [package.metadata.docs.rs] default-target = "aarch64-apple-darwin" targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "aarch64-apple-ios", "x86_64-apple-ios", ] [profile.release] opt-level = 0 lto = false codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [[example]] name = "appkit-app_delegate" path = "examples/appkit/app_delegate.rs" [[example]] name = "appkit-hello_world_window" path = "examples/appkit/hello_world_window.rs" [[example]] name = "appkit-popover" path = "examples/appkit/popover.rs" [[example]] name = "foundation-process_info" path = "examples/foundation/process_info.rs" [[example]] name = "contacts-create_contact" path = "examples/contacts/create_contact.rs" [[example]] name = "contacts-fetch_contacts" path = "examples/contacts/fetch_contacts.rs" [[example]] name = "compression-general_file_decompression" path = "examples/compression/general_file_decompression.rs" [[example]] name = "natural_language-identifying_parts_of_speech" path = "examples/natural_language/identifying_parts_of_speech.rs" [[example]] name = "natural_language-identifying_people_places_and_organizations" path = "examples/natural_language/identifying_people_places_and_organizations.rs" [[example]] name = "natural_language-identifying_the_language_in_text" path = "examples/natural_language/identifying_the_language_in_text.rs" [[example]] name = "natural_language-finding_similarities_between_pieces_of_text" path = "examples/natural_language/finding_similarities_between_pieces_of_text.rs" [[example]] name = "natural_language-tokenizing_natural_language_text" path = "examples/natural_language/tokenizing_natural_language_text.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.block] version = "0.1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.132" [dependencies.objc] version = "0.2.7" [dependencies.objc_id] version = "0.1.1" [dependencies.rust-macios-app-kit-proc-macros] version = "0.2.3" [dependencies.rust-macios-objective-c-runtime-proc-macros] version = "0.2.4" [dependencies.va_list] version = "0.1.4" [dev-dependencies.test-case] version = "2.1.0"