# 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-record" version = "0.2.2" authors = ["Andrew Straw "] description = "Command-line application to record MP4 video from RTSP cameras" readme = "README.md" keywords = [ "video", "camera", "mp4", "rtsp", "video-stream", ] categories = [ "network-programming", "multimedia::video", ] license = "MIT OR Apache-2.0" repository = "https://github.com/strawlab/retina-record" [dependencies.anyhow] version = "1.0.41" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.34" features = ["serde"] [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.futures] version = "0.3.14" [dependencies.hickory-resolver] version = "0.24.0" features = ["tokio"] [dependencies.retina] version = "0.4.7" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.tokio] version = "1.5.0" features = [ "fs", "io-util", "macros", "rt-multi-thread", "signal", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.url] version = "2.2.1"