aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHuabing Zhou <[email protected]>2023-01-06 10:40:26 +0800
committerHuabing Zhou <[email protected]>2023-01-06 10:40:26 +0800
commit2314783d4284a94711e48620e8fd9f315d1154dc (patch)
treebf2db1a45da2d4d231d4fef1c361862896db31a4 /Cargo.lock
parent753c774380edb4ae641f9fbaa343e44aea844d7c (diff)
downloadrustdesk-server-2314783d4284a94711e48620e8fd9f315d1154dc.tar.gz
rustdesk-server-2314783d4284a94711e48620e8fd9f315d1154dc.zip
sync rustdesk's hbb_common here
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock30
1 files changed, 30 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c7bc1d..f63cb48 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -197,6 +197,9 @@ name = "bytes"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
+dependencies = [
+ "serde",
+]
[[package]]
name = "cc"
@@ -459,6 +462,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
+name = "dns-lookup"
+version = "1.0.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872"
+dependencies = [
+ "cfg-if",
+ "libc",
+ "socket2 0.4.4",
+ "winapi",
+]
+
+[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -738,6 +753,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"bytes",
+ "chrono",
"confy",
"directories-next",
"dirs-next",
@@ -748,6 +764,7 @@ dependencies = [
"lazy_static",
"log",
"mac_address",
+ "machine-uid",
"protobuf",
"protobuf-codegen",
"quinn",
@@ -778,6 +795,7 @@ dependencies = [
"chrono",
"clap",
"deadpool",
+ "dns-lookup",
"flexi_logger",
"hbb_common",
"headers",
@@ -790,6 +808,7 @@ dependencies = [
"machine-uid",
"minreq",
"once_cell",
+ "ping",
"regex",
"rust-ini",
"serde",
@@ -1441,6 +1460,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
+name = "ping"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "69044d1c00894fc1f43d9485aadb6ab6e68df90608fa52cf1074cda6420c6b76"
+dependencies = [
+ "rand",
+ "socket2 0.4.4",
+ "thiserror",
+]
+
+[[package]]
name = "pkg-config"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"