# 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 = "desktop-app-blocker-api" version = "0.1.3" description = "A cross-platform Rust library for creating application blockers. Useful for productivity apps" readme = "README.md" license = "Apache-2.0" [dependencies.bincode] version = "2.0.0-rc.3" features = ["derive"] optional = true [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.specta] version = "2.0.0-rc.20" features = ["derive"] optional = true [features] bincode = ["dep:bincode"] default = [] serde = ["dep:serde"] specta = ["dep:specta"] [target."cfg(target_os = \"macos\")".dependencies.cacao] version = "0.4.0-beta1" [target."cfg(target_os = \"macos\")".dependencies.regex] version = "1.10.6" [target."cfg(target_os = \"macos\")".dependencies.regex-macro] version = "0.2.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.58.0" features = [ "Win32_System_ProcessStatus", "Win32_System_Diagnostics_ToolHelp", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", ]