# 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 = "vidium" version = "0.1.0" authors = ["Stanislav Panferov "] description = "Chrome video recording tool" keywords = [ "video", "browsers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/s-panferov/vidium" [dependencies.base64] version = "0.21.0" [dependencies.chromiumoxide] version = "0.5.0" features = ["tokio-runtime"] default-features = false [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.futures] version = "0.3.27" [dependencies.image] version = "0.24.5" [dependencies.ndarray] version = "0.15.6" [dependencies.nshare] version = "0.9.0" features = [ "image", "ndarray", ] [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.tracing-timing] version = "0.6.0" [dependencies.video-rs] version = "0.2.4" features = ["ndarray"]