# 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 = "xrtsp" version = "0.3.0" authors = ["HarlanC "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rtsp library." readme = "README.md" license = "MIT" repository = "https://github.com/harlanc/xiu" resolver = "1" [lib] name = "xrtsp" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.70" [dependencies.base64] version = "0.21.2" [dependencies.byteorder] version = "1.4.2" [dependencies.bytes] version = "1.0.0" [dependencies.bytesio] version = "0.3.4" [dependencies.chrono] version = "0.4" [dependencies.commonlib] version = "0.1.2" [dependencies.failure] version = "0.1.8" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "0.2.9" [dependencies.indexmap] version = "1.9.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde_json] version = "1" features = [ "alloc", "raw_value", "std", ] default-features = false [dependencies.streamhub] version = "0.2.4" [dependencies.tokio] version = "1.4.0"