# This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] name = "cfg-if" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" [[package]] name = "chrono" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba5f60682a4c264e7f8d77b82e7788938a76befdf949d4a98026d19099c9d873" dependencies = [ "num-integer", "num-traits", "time", ] [[package]] name = "kernel32-sys" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad1ca084b49bfd975182288e1a5f1d27ea34ff2d6ae084ae5e66e1652427eada" dependencies = [ "winapi 0.2.4", "winapi-build", ] [[package]] name = "libc" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff7bf059aff5b88320556e113a4b2edbb3ce4a82ed6474d0f2574e8934cb8974" [[package]] name = "log" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3a89a0c46ba789b8a247d4c567aed4d7c68e624672d238b45cc3ec20dc9f940" dependencies = [ "cfg-if", ] [[package]] name = "num-integer" version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe" dependencies = [ "num-traits", ] [[package]] name = "num-traits" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7de20f146db9d920c45ee8ed8f71681fd9ade71909b48c3acbd766aa504cf10" [[package]] name = "redox_syscall" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35a48131ab10dbeb17202bd1dcb9c9798963a58a50c9ec31640f237358832094" [[package]] name = "simplelog" version = "0.9.0" dependencies = [ "chrono", "log", "termcolor", ] [[package]] name = "termcolor" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" dependencies = [ "winapi-util", ] [[package]] name = "time" version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "211b63c112206356ef1ff9b19355f43740fc3f85960c598a93d3a3d3ba7beade" dependencies = [ "kernel32-sys", "libc", "redox_syscall", "winapi 0.2.4", ] [[package]] name = "winapi" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5350e40d908c7e8b9e5c9edb541ca47cc617c6229d3575a46da6f550f36c96fd" [[package]] name = "winapi" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3ad91d846a4a5342c1fb7008d26124ee6cf94a3953751618577295373b32117" dependencies = [ "winapi-i686-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu", ] [[package]] name = "winapi-build" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a16a8e2ebfc883e2b1771c6482b1fb3c6831eab289ba391619a2d93a7356220f" [[package]] name = "winapi-util" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" dependencies = [ "winapi 0.3.0", ] [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ca29cb03c8ceaf20f8224a18a530938305e9872b1478ea24ff44b4f503a1d1d"