2022-02-16 05:42:59 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-04-05 23:21:41 +03:00
|
|
|
version = "1.0.90"
|
2022-02-25 04:49:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 23:21:41 +03:00
|
|
|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
2022-02-25 04:49:22 +03:00
|
|
|
|
2022-02-16 05:42:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cross-rust-overlay"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-sys",
|
2022-02-25 04:49:22 +03:00
|
|
|
]
|
|
|
|
|
2022-02-16 05:42:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-04-05 23:21:41 +03:00
|
|
|
version = "0.2.153"
|
2022-02-25 04:49:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 23:21:41 +03:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2022-02-16 05:42:59 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-04-05 23:21:41 +03:00
|
|
|
version = "0.9.102"
|
2022-02-16 05:42:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 23:21:41 +03:00
|
|
|
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
2022-02-16 05:42:59 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-04-05 23:21:41 +03:00
|
|
|
version = "0.3.30"
|
2022-02-16 05:42:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 23:21:41 +03:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2022-02-16 05:42:59 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|