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