1[package] 2name = "xwebrtc" 3version = "0.1.0" 4description = "A whip/whep library." 5edition = "2021" 6authors = ["HarlanC <[email protected]>"] 7license = "MIT" 8repository = "https://github.com/harlanc/xiu" 9 10# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 11 12[dependencies] 13indexmap = "1.9.3" 14http = "0.2.9" 15byteorder = "1.4.2" 16bytes = "1.0.0" 17tokio = "1.4.0" 18failure = "0.1.1" 19log = "0.4" 20webrtc = "0.8.0" 21async-trait = "0.1.70" 22 23bytesio = { path = "../../library/bytesio/" } 24streamhub = { path = "../../library/streamhub/" } 25