# 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 = "system_status_bar_macos" version = "0.1.3" description = "Library for interacting with the system's status bar for macOS, or more simply, the one for using [NSStatusBar systemStatusBar]." readme = "README.md" keywords = [ "macos", "sysbar", "systray", "NSStatusBar", ] categories = ["os::macos-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/amachang/system_status_bar_macos" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [dependencies] [dev-dependencies.sysinfo] version = "0.29.5" [dev-dependencies.tokio] version = "1" features = ["full"] [target."cfg(target_os = \"macos\")".dependencies.block2] version = "0.2.0" [target."cfg(target_os = \"macos\")".dependencies.icrate] version = "0.0.3" features = [ "apple", "Foundation_all", "AppKit_all", ] [target."cfg(target_os = \"macos\")".dependencies.objc2] version = "0.4.0"