# 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 = "termvid" version = "0.4.0" description = "CLI application to play a video in the terminal" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/swz-git/termvid" [profile.dev] opt-level = 3 [profile.release] lto = true panic = "abort" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.console] version = "0.15.5" features = ["ansi-parsing"] default-features = false [dependencies.ctrlc] version = "3.2.5" [dependencies.rodio] version = "0.17.1" features = ["symphonia-wav"] default-features = false [dependencies.unix-named-pipe] version = "0.2.0" [dependencies.uuid] version = "1.3.0" features = [ "fast-rng", "v4", ] [dependencies.which] version = "4.4.0" [dependencies.y4m] version = "0.7.0" [dependencies.yansi] version = "0.5.1"