2022-09-02 18:56:38 +00:00
|
|
|
[package]
|
|
|
|
name = "live_kit"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
description = "Bindings to LiveKit Swift client SDK"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/live_kit.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2022-09-08 10:23:36 +00:00
|
|
|
media = { path = "../media" }
|
|
|
|
|
2022-09-07 13:18:03 +00:00
|
|
|
anyhow = "1.0.38"
|
2022-09-06 19:19:17 +00:00
|
|
|
core-foundation = "0.9.3"
|
2022-09-07 03:19:00 +00:00
|
|
|
core-graphics = "0.22.3"
|
2022-09-06 19:19:17 +00:00
|
|
|
futures = "0.3"
|
2022-09-08 10:23:36 +00:00
|
|
|
parking_lot = "0.11.1"
|
2022-09-02 18:56:38 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
|
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|