aboutsummaryrefslogtreecommitdiff
path: root/client-native-lib/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-14 20:11:23 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-14 20:11:23 +0200
commitc752fe962df841b0cb811b09f155568735e7380c (patch)
tree1ee5ea82899a517a3ad841072e7b094836613e9e /client-native-lib/Cargo.toml
parenta8de400e17bd3eb7892cac5a0bef02b35482e946 (diff)
downloadkeks-meet-c752fe962df841b0cb811b09f155568735e7380c.tar
keks-meet-c752fe962df841b0cb811b09f155568735e7380c.tar.bz2
keks-meet-c752fe962df841b0cb811b09f155568735e7380c.tar.zst
rename crate
Diffstat (limited to 'client-native-lib/Cargo.toml')
-rw-r--r--client-native-lib/Cargo.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml
new file mode 100644
index 0000000..0fa740b
--- /dev/null
+++ b/client-native-lib/Cargo.toml
@@ -0,0 +1,27 @@
+[package]
+name = "client-native-lib"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+tokio = { version = "1.21", features = ["full"] }
+futures-util = "0.3.24"
+
+webrtc = "0.5.0"
+tokio-tungstenite = { version = "*", features = ["rustls-tls"] }
+url = "2.3.1"
+
+serde = { version = "1.0.144", features = ["derive"] }
+serde_json = "*"
+
+clap = { version = "3.2.21", features = ["derive"] }
+env_logger = "0.8"
+log = "0.4"
+
+fastpbkdf2 = "0.1.0"
+aes-gcm = "0.10.1"
+sha256 = "1.0.3"
+rand = "0.8.5"
+rand_chacha = "0.3.1"
+base64 = "0.13.0"
+bytes = "1.2.1"