alchemy-lifecycle 0.1.0

A crate containing traits used in Alchemy, the Rust cross-platform GUI framework.
Documentation
# 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-lifecycle"
version = "0.1.0"
authors = ["Ryan McGrath <ryan@rymc.io>"]
description = "A crate containing traits used in Alchemy, the Rust cross-platform GUI framework."
keywords = ["gui", "css", "styles", "layout", "ui"]
categories = ["gui", "rendering::engine", "multimedia"]
license = "MPL-2.0+"
repository = "https://github.com/ryanmcgrath/alchemy"
[dependencies.alchemy-styles]
version = "0.1"

[dependencies.objc]
version = "0.2.6"
optional = true

[dependencies.objc_id]
version = "0.1.1"
optional = true

[dependencies.serde_json]
version = "1"

[features]
cocoa = ["objc", "objc_id"]