[package]
edition = "2021"
name = "remotia-core"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core components of remotia, an open source framework for the development of remote rendering software in pure Rust"
readme = false
keywords = [
"video",
"encoding",
"streaming",
"gaming",
]
categories = [
"compression",
"encoding",
"multimedia",
]
license = "MIT"
repository = "https://github.com/remotia/remotia"
[lib]
name = "remotia_core"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.68"
[dependencies.bytes]
version = "1.1.0"
[dependencies.env_logger]
version = "0.10.0"
[dependencies.futures]
version = "0.3.28"
[dependencies.log]
version = "0.4.14"
[dependencies.rand]
version = "0.8.5"
[dependencies.scrap]
version = "0.5"
[dependencies.tokio]
version = "1.28.2"
features = [
"rt",
"sync",
"time",
]
[dev-dependencies.rand]
version = "0.8.4"