2015-03-27 15:51:29 +03:00
[root]
2015-07-28 23:29:44 +00:00
name = "systemd-crontab-generator"
2016-01-04 12:08:45 +03:00
version = "1.0.0-rc6"
2015-07-04 19:36:44 +03:00
dependencies = [
2015-07-05 03:29:44 +03:00
"cronparse 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-17 04:02:58 +03:00
"glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-28 13:54:06 +03:00
"handlebars 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kernlog 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-05 00:59:46 +03:00
"md5 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-28 20:26:18 +03:00
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"tempfile 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
"users 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-05 13:20:22 +03:00
]
[[package]]
name = "advapi32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-10 20:47:58 +03:00
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-05 13:20:22 +03:00
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-17 08:55:32 +03:00
]
[[package]]
name = "aho-corasick"
2015-12-10 20:47:58 +03:00
version = "0.4.0"
2015-08-28 21:18:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-10 20:47:58 +03:00
"memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-28 21:18:55 +03:00
]
2015-07-05 00:59:46 +03:00
[[package]]
name = "cronparse"
2015-07-05 03:29:44 +03:00
version = "0.4.0"
2015-07-05 00:59:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-17 08:55:32 +03:00
[[package]]
name = "docopt"
2015-12-10 20:47:58 +03:00
version = "0.6.78"
2015-07-17 08:55:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-28 13:54:06 +03:00
"regex 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-28 20:26:18 +03:00
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-17 08:55:32 +03:00
"strsim 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-07-17 04:02:58 +03:00
[[package]]
name = "glob"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-12-10 20:47:58 +03:00
[[package]]
name = "handlebars"
2015-12-28 13:54:06 +03:00
version = "0.12.1"
2015-12-10 20:47:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-28 13:54:06 +03:00
"num 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-28 13:54:06 +03:00
"regex 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-07-17 04:02:58 +03:00
[[package]]
name = "kernel32-sys"
2015-12-10 20:47:58 +03:00
version = "0.2.1"
2015-07-17 04:02:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-10 20:47:58 +03:00
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-05 13:20:22 +03:00
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-17 04:02:58 +03:00
]
2015-07-04 19:36:44 +03:00
[[package]]
name = "kernlog"
2015-12-28 13:54:06 +03:00
version = "0.2.1"
2015-07-17 18:41:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-04 19:36:44 +03:00
dependencies = [
2015-12-10 20:47:58 +03:00
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-04 19:36:44 +03:00
]
2015-07-21 19:23:09 +03:00
[[package]]
name = "lazy_static"
2015-12-10 20:47:58 +03:00
version = "0.1.15"
2015-07-21 19:23:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-04 19:36:44 +03:00
[[package]]
name = "libc"
2015-12-28 13:54:06 +03:00
version = "0.2.4"
2015-07-04 19:36:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "log"
2015-12-10 20:47:58 +03:00
version = "0.3.4"
2015-07-04 19:36:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-28 13:54:06 +03:00
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-04 19:36:44 +03:00
]
[[package]]
name = "md5"
2015-07-05 00:59:46 +03:00
version = "0.1.1"
2015-07-04 19:36:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-03-27 15:51:29 +03:00
2015-07-17 08:55:32 +03:00
[[package]]
name = "memchr"
2015-12-10 20:47:58 +03:00
version = "0.1.7"
2015-08-28 20:26:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-28 13:54:06 +03:00
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-28 20:26:18 +03:00
]
[[package]]
2015-12-10 20:47:58 +03:00
name = "num"
2015-12-28 13:54:06 +03:00
version = "0.1.29"
2015-07-17 08:55:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-10 20:47:58 +03:00
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-28 21:18:55 +03:00
]
[[package]]
2015-12-10 20:47:58 +03:00
name = "quick-error"
version = "0.1.4"
2015-08-28 21:18:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-17 08:55:32 +03:00
2015-07-20 18:50:10 +03:00
[[package]]
name = "rand"
2015-12-10 20:47:58 +03:00
version = "0.3.12"
2015-07-20 18:50:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-08-05 13:20:22 +03:00
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-28 13:54:06 +03:00
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-20 18:50:10 +03:00
]
2015-07-17 08:55:32 +03:00
[[package]]
name = "regex"
2015-12-28 13:54:06 +03:00
version = "0.1.44"
2015-07-17 08:55:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-10 20:47:58 +03:00
"aho-corasick 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-17 08:55:32 +03:00
]
[[package]]
name = "regex-syntax"
2015-12-10 20:47:58 +03:00
version = "0.2.2"
2015-07-17 08:55:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc-serialize"
2015-08-28 20:26:18 +03:00
version = "0.3.16"
2015-07-17 08:55:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-21 19:23:09 +03:00
[[package]]
2015-07-28 19:37:58 +03:00
name = "strsim"
version = "0.3.0"
2015-07-21 19:23:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-20 18:50:10 +03:00
[[package]]
name = "tempfile"
2015-12-10 20:47:58 +03:00
version = "1.1.3"
2015-08-28 21:18:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-10 20:47:58 +03:00
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-28 13:54:06 +03:00
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-28 21:18:55 +03:00
]
2015-07-17 04:02:58 +03:00
[[package]]
name = "time"
2015-12-10 20:47:58 +03:00
version = "0.1.34"
2015-07-17 04:02:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-12-10 20:47:58 +03:00
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-28 13:54:06 +03:00
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-10 20:47:58 +03:00
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-17 04:02:58 +03:00
]
2015-07-17 08:55:32 +03:00
[[package]]
name = "users"
2015-12-10 20:47:58 +03:00
version = "0.4.4"
2015-08-05 13:20:22 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-17 08:55:32 +03:00
dependencies = [
2015-12-28 13:54:06 +03:00
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-20 18:50:10 +03:00
]
2015-07-17 04:02:58 +03:00
[[package]]
name = "winapi"
2015-12-10 20:47:58 +03:00
version = "0.2.5"
2015-07-17 04:02:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-build"
2015-08-05 13:20:22 +03:00
version = "0.1.1"
2015-07-17 04:02:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"