nanobar 0.1.3

A minimal macOS menu bar manager
# 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 = "2021"
name = "nanobar"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal macOS menu bar manager"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yansircc/nanobar"

[[bin]]
name = "nanobar"
path = "src/main.rs"

[dependencies.objc2]
version = "0.6"

[dependencies.objc2-app-kit]
version = "0.3"
features = [
    "NSApplication",
    "NSResponder",
    "NSRunningApplication",
    "NSStatusBar",
    "NSStatusItem",
    "NSStatusBarButton",
    "NSButton",
    "NSControl",
    "NSView",
    "NSMenu",
    "NSMenuItem",
    "objc2-core-foundation",
]
default-features = false

[dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSObject",
    "NSString",
    "NSNotification",
]
default-features = false