alchemy-cocoa 0.1.0

Cocoa bindings for Alchemy, a cross-platform GUI framework written in Rust.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "alchemy-cocoa"
version = "0.1.0"
authors = ["Ryan McGrath <ryan@rymc.io>"]
description = "Cocoa bindings for Alchemy, a cross-platform GUI framework written in Rust."
keywords = ["gui", "cocoa", "macos", "appkit", "react"]
categories = ["gui", "rendering::engine", "multimedia"]
license = "MPL-2.0+"
repository = "https://github.com/ryanmcgrath/alchemy"
[dependencies.alchemy-lifecycle]
version = "0.1"
features = ["cocoa"]

[dependencies.alchemy-styles]
version = "0.1"

[dependencies.cocoa]
version = "0.18.4"

[dependencies.core-foundation]
version = "0.6"

[dependencies.core-graphics]
version = "0.17.1"

[dependencies.dispatch]
version = "0.1.4"

[dependencies.objc]
version = "0.2.6"

[dependencies.objc_id]
version = "0.1.1"
[badges.maintenance]
status = "actively-developed"