# 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 = "planif" version = "1.0.0" authors = ["Matt Robineau "] description = "planif is a builder pattern wrapper for the windows task scheduler API of windows-rs." readme = "README.md" keywords = [ "scheduled", "task", "windows", ] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/mattrobineau/planif" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.windows] version = "0.48.0" features = [ "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_TaskScheduler", "Win32_System_Com", "Win32_System_Ole", ] [dev-dependencies.chrono] version = "0.4"