# 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 = "secure-reliable-transport" version = "0.2.1" authors = ["Russell Greene "] 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" [profile.release] debug = true [lib] name = "srt" path = "src/lib.rs" [[bin]] name = "stransmit-rs" path = "src/bin/stransmit-rs.rs" required-features = ["stransmit-rs"] [dependencies.anyhow] version = "1" optional = true [dependencies.bitflags] version = "1" [dependencies.bytes] version = "0.5" [dependencies.clap] version = "2" optional = true default-features = false [dependencies.env_logger] version = "0.7" features = ["humantime"] optional = true default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" default-features = false [dependencies.rand] version = "0.7" [dependencies.streaming-stats] version = "0.2.3" [dependencies.tokio] version = "0.2" features = ["udp", "time", "fs", "stream", "test-util", "macros", "io-util", "dns", "io-std", "sync"] [dependencies.tokio-util] version = "0.2" features = ["full"] [dependencies.url] version = "=2.1.0" optional = true [dev-dependencies.env_logger] version = "0.7" default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.proptest] version = "0.9.5" [dev-dependencies.rand_distr] version = "0.2" [features] default = ["stransmit-rs"] stransmit-rs = ["env_logger", "url", "clap", "anyhow"]