# 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-c" version = "0.4.4" publish = true description = "API compatabile libsrt reimplementation using srt-tokio" license = "Apache-2.0" [lib] crate-type = [ "cdylib", "staticlib", ] [dependencies.bitflags] version = "2" [dependencies.bytes] version = "1" [dependencies.console-subscriber] version = "0.2" optional = true [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.os_socketaddr] version = "0.2.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.srt-protocol] version = "0.4.4" [dependencies.srt-tokio] version = "0.4.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "time", ] [build-dependencies.cc] version = "1.0" [features] default = []