janus-plugin-sfu/Cargo.toml

27 строки
596 B
TOML
Исходник Обычный вид История

2017-09-22 02:28:40 +03:00
[package]
2017-10-13 23:32:25 +03:00
name = "janus-plugin-sfu"
2017-11-16 05:41:33 +03:00
description = "Janus SFU for game networking."
2019-12-10 03:09:02 +03:00
edition = "2018"
2017-09-22 02:28:40 +03:00
version = "0.1.0"
2019-12-10 02:52:38 +03:00
authors = ["Marshall Polaris <marshall@pol.rs>"]
2019-12-10 02:52:56 +03:00
readme = "README.md"
2018-03-29 02:56:39 +03:00
repository = "https://github.com/mozilla/janus-plugin-sfu"
2017-10-07 13:06:39 +03:00
license = "MPL-2.0"
2017-10-13 23:32:25 +03:00
publish = false
2017-09-22 02:28:40 +03:00
[lib]
crate_type = ["cdylib"]
2018-04-26 01:11:00 +03:00
[profile.release]
lto = true
2017-09-22 02:28:40 +03:00
[dependencies]
2019-08-22 02:25:39 +03:00
janus-plugin = { git = "https://github.com/mozilla/janus-plugin-rs" }
2019-12-10 00:17:20 +03:00
multimap = "0.8"
2019-12-10 03:22:24 +03:00
once_cell = "1.2"
2019-12-10 03:09:02 +03:00
serde = { version = "1.0", features = ["derive"] }
2018-04-05 22:44:41 +03:00
serde_json = "1.0"
2019-12-10 00:17:20 +03:00
rust-ini = "0.13"
jsonwebtoken = "6.0"
2020-04-04 05:17:02 +03:00
lazy_static = "1.4.0"