# 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 = "2018" name = "launchd" version = "0.3.0" authors = ["Koen van Wel "] description = "Rust library for creating and parsing launchd files" readme = "README.md" keywords = [ "launchd", "schedule", "repeat", "periodic", "macOS", ] license = "MIT" repository = "https://github.com/koenichiwa/launchd" [package.metadata.cargo-all-features] skip_feature_sets = [ [ "io", "serde", ], [ "io", "plist", ], ] [dependencies.cron] version = "0.12" optional = true [dependencies.plist] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [features] default = ["io"] io = [ "serde", "plist", ]