# 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 = "termova" version = "0.3.1" authors = ["Jackson Novak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Play videos in the terminal." readme = "README.md" license = "MIT" repository = "https://gitlab.com/Oglo12/termova" [profile.bench] lto = "thin" debug = 1 strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [[bin]] name = "termova" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.ctrlc] version = "3.4.5" [dependencies.dirs] version = "5.0.1" [dependencies.ffmpeg-next] version = "7.0.4" [dependencies.image] version = "0.25.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.toml] version = "0.8.19" [dependencies.tuigui] version = "0.18.0" features = ["backend_crossterm"]