# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "srt_media" version = "0.1.0" authors = ["Marc-Antoine Arnaud "] description = "Secure Reliable Transport with Media support" readme = "README.md" license = "MIT" [dependencies.bytes] version = "1.0" [dependencies.cpal] version = "0.13" [dependencies.futures-util] version = "^0.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" default-features = false [dependencies.ringbuf] version = "0.2.3" [dependencies.schemars] version = "0.8.0" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.srt-protocol] version = "0.2.0" [dependencies.srt-tokio] version = "0.2.0" [dependencies.stainless_ffmpeg] version = "0.2.5" [dependencies.tokio] version = "1.1.0" features = ["net", "time", "test-util", "macros", "io-util", "io-std", "sync", "rt", "rt-multi-thread"]