[dependencies.fruitbasket]
features = ["logging"]
version = "0.9"
[dependencies.log]
version = "0.4"
[features]
default = ["private_api"]
objc_wrapper = []
private_api = []
[lib]
crate-type = ["rlib", "dylib"]
name = "rubrail"
[package]
authors = ["Trevor Bentley <mrmekon@gmail.com>"]
build = "build.rs"
categories = ["gui", "hardware-support"]
description = "Rubrail is a Rust library for interfacing with the Mac Touch Bar"
documentation = "https://mrmekon.github.io/rubrail-rs/rubrail/"
homepage = "https://github.com/mrmekon/rubrail-rs"
keywords = ["macos", "touchbar", "osx", "mac"]
license = "Apache-2.0"
name = "rubrail"
readme = "README.md"
repository = "https://github.com/mrmekon/rubrail-rs"
version = "0.9.1"
[package.metadata.release]
dev-version-ext = "rc"
pre-release-commit-message = "Release {{version}}"
sign-commit = false
tag-message = "Release {{version}}"
[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.objc]
features = ["exception"]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.objc-foundation]
version = "0.1"
[target.'cfg(target_os = "macos")'.dependencies.objc_id]
version = "0.1"