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]
|
2021-01-25 12:04:40 +03:00
|
|
|
janus-plugin = { git = "https://github.com/mozilla/janus-plugin-rs" }
|
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"
|
2021-02-16 08:37:10 +03:00
|
|
|
jsonwebtoken = "7.0"
|
2020-04-04 05:21:38 +03:00
|
|
|
num_cpus = "1.12.0"
|