# 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" rust-version = "1.70" name = "retina" version = "0.4.10" authors = ["Scott Lamb "] build = false include = [ "src/**/*", "benches", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "high-level RTSP multimedia streaming library" readme = "README.md" keywords = [ "rtsp", "multimedia", "video", "streaming", "ip-camera", ] categories = [ "network-programming", "multimedia", ] license = "MIT/Apache-2.0" repository = "https://github.com/scottlamb/retina" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] debug = 2 [lib] name = "retina" path = "src/lib.rs" [[bench]] name = "client" path = "benches/client.rs" harness = false [[bench]] name = "depacketize" path = "benches/depacketize.rs" harness = false [dependencies.base64] version = "0.22.0" [dependencies.bitstream-io] version = "1.1" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.14" [dependencies.h264-reader] version = "0.7.0" [dependencies.hex] version = "0.4.3" [dependencies.http-auth] version = "0.1.2" [dependencies.log] version = "0.4.8" [dependencies.once_cell] version = "1.7.2" [dependencies.pin-project] version = "1.0.7" [dependencies.pretty-hex] version = "0.4.0" [dependencies.rand] version = "0.8.3" [dependencies.rtsp-types] version = "0.1.0" [dependencies.sdp-types] version = "0.1.4" [dependencies.smallvec] version = "1.6.1" features = ["union"] [dependencies.thiserror] version = "1.0.25" [dependencies.time] version = "0.1.43" [dependencies.tokio] version = "1.11.0" features = [ "macros", "net", "rt", "time", ] [dependencies.tokio-util] version = "0.7.3" features = ["codec"] [dependencies.url] version = "2.2.1" [dev-dependencies.criterion] version = "0.5.0" features = ["async_tokio"] [dev-dependencies.tokio] version = "1.5.0" features = [ "io-util", "macros", "rt-multi-thread", "test-util", ]