logtimes/Cargo.lock

299 lines
8.0 KiB
Plaintext
Raw Permalink Normal View History

2020-07-30 10:15:18 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-08-12 17:35:54 +02:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
2022-08-12 17:35:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-12 17:35:54 +02:00
dependencies = [
"libc",
]
2020-07-30 10:15:18 +02:00
[[package]]
name = "autocfg"
version = "1.4.0"
2020-07-30 10:15:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2020-07-30 10:15:18 +02:00
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "cc"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
dependencies = [
"shlex",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-07-30 10:15:18 +02:00
[[package]]
name = "chrono"
version = "0.4.39"
2020-07-30 10:15:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2020-07-30 10:15:18 +02:00
dependencies = [
"android-tzdata",
2022-08-12 17:35:54 +02:00
"iana-time-zone",
2020-07-30 10:15:18 +02:00
"num-traits",
"windows-targets",
2020-07-30 10:15:18 +02:00
]
2022-08-12 17:35:54 +02:00
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2022-08-12 17:35:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2022-08-12 17:35:54 +02:00
[[package]]
name = "iana-time-zone"
version = "0.1.61"
2022-08-12 17:35:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2022-08-12 17:35:54 +02:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
2022-08-12 17:35:54 +02:00
"js-sys",
"wasm-bindgen",
"windows-core",
2022-08-12 17:35:54 +02:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2020-07-30 10:15:18 +02:00
[[package]]
name = "js-sys"
version = "0.3.76"
2020-07-30 10:15:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
dependencies = [
"once_cell",
"wasm-bindgen",
]
2022-08-12 17:35:54 +02:00
[[package]]
name = "libc"
version = "0.2.168"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
2022-08-12 17:35:54 +02:00
[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2020-07-30 10:15:18 +02:00
[[package]]
name = "logtimes"
2024-12-09 13:49:52 +01:00
version = "1.0.26"
2020-07-30 10:15:18 +02:00
dependencies = [
"chrono",
]
[[package]]
name = "num-traits"
version = "0.2.19"
2020-07-30 10:15:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2020-07-30 10:15:18 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.20.2"
2020-07-30 10:15:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "proc-macro2"
version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
2020-07-30 10:15:18 +02:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2023-04-05 17:50:00 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-04-05 17:50:00 +02:00
[[package]]
name = "syn"
version = "2.0.90"
2023-04-05 17:50:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
[[package]]
name = "wasm-bindgen"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
dependencies = [
"cfg-if",
"once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2020-07-30 10:15:18 +02:00
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.99"
2020-07-30 10:15:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
2020-07-30 10:15:18 +02:00
[[package]]
name = "windows-core"
2023-12-31 10:42:35 +01:00
version = "0.52.0"
2023-04-05 17:50:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 10:42:35 +01:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-04-05 17:50:00 +02:00
dependencies = [
"windows-targets",
2023-12-31 10:42:35 +01:00
]
[[package]]
name = "windows-targets"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-12-31 10:42:35 +01:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-04-05 17:50:00 +02:00
]
2023-12-31 10:42:35 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-12-31 10:42:35 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-12-31 10:42:35 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-12-31 10:42:35 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-12-31 10:42:35 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-12-31 10:42:35 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-12-31 10:42:35 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2023-12-31 10:42:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"