# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cron_rs" version = "0.1.6" authors = ["gaobushuang "] description = "A Cron Parser Library And Job Scheduler Written In Rust" readme = "README.md" keywords = ["cron", "schedule", "time", "periodic"] license = "MIT" repository = "https://github.com/stormgbs/cron-rs.git" [lib] name = "cron_rs" [dependencies.regex] version = "~0.2" [dependencies.hyper] version = "~0.10" [dependencies.serde_json] version = "0.9.9" [dependencies.serde_derive] version = "0.9.11" [dependencies.serde] version = "0.9.11" [dependencies.libc] version = "~0.2" [dependencies.time] version = "~0.1"