# 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 = "2018" name = "fruity" version = "0.3.0" authors = ["Nikolai Vazquez "] include = ["Cargo.toml", "src", "tests", "examples", "README*", "CHANGELOG*", "LICENSE*"] description = "Rusty bindings for Apple libraries" homepage = "https://github.com/nvzqz/fruity" documentation = "https://docs.rs/fruity" keywords = ["apple", "cocoa", "objc", "foundation", "uikit"] categories = ["api-bindings", "development-tools::ffi", "os"] license = "MIT OR Apache-2.0" repository = "https://github.com/nvzqz/fruity" [package.metadata.docs.rs] all-features = true targets = ["x86_64-apple-darwin"] [dependencies.malloced] version = "1" optional = true [dev-dependencies.rand] version = "0.7.3" [features] app_kit = ["foundation"] cf_network = ["core_foundation"] core_animation = ["foundation"] core_audio = [] core_foundation = ["objc"] core_graphics = [] core_image = ["foundation"] core_services = ["core_foundation"] core_text = ["core_foundation"] core_video = ["foundation"] default = ["malloced"] dispatch = [] foundation = ["objc", "core_graphics"] io_kit = ["core_foundation"] objc = [] system_configuration = ["core_foundation"] ui_kit = ["foundation"]