# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "srt-tokio" version = "0.4.4" authors = ["Russell Greene "] publish = true description = "SRT implementation in Rust" homepage = "https://github.com/russelltg/srt-rs" documentation = "https://docs.rs/srt-rs" license = "Apache-2.0" repository = "https://github.com/russelltg/srt-rs" [dependencies.ac-ffmpeg] version = "0.18" optional = true [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.rand] version = "0.8" [dependencies.socket2] version = "0.5" [dependencies.srt-protocol] version = "0.4.4" [dependencies.tokio] version = "1" features = [ "net", "time", "test-util", "macros", "io-util", "io-std", "sync", ] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.assert_matches] version = "1.0.0" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.libc] version = "0.2" [dev-dependencies.libloading] version = "0.8" [dev-dependencies.pretty_env_logger] version = "0.5" default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dev-dependencies.tokio-util] version = "0.7" features = [ "net", "codec", ] [features] default = [] log_disable = ["log/max_level_off"]