86 lines
2.3 KiB
TOML
86 lines
2.3 KiB
TOML
[root]
|
|
name = "systemd-crontab-generator"
|
|
version = "0.9.0"
|
|
dependencies = [
|
|
"cronparse 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"kernlog 0.2.0",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"md5 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pgs-files 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cronparse"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernlog"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "md5"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pgs-files"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "winapi-build"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|