# 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 = "offflix" version = "1.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple application to auto manage series on your local storage." homepage = "https://github.com/Dr-42/offflix" readme = "README.md" keywords = [ "series", "video", "player", "video-libray", "media-player", ] license = "MIT" repository = "https://github.com/Dr-42/offflix" [[bin]] name = "offflix" path = "src/main.rs" [dependencies.directories] version = "5.0.1" [dependencies.eframe] version = "0.20.0" [dependencies.egui_extras] version = "0.20.0" features = ["image"] [dependencies.futures] version = "0.3.30" [dependencies.image] version = "0.24" features = [ "jpeg", "png", ] [dependencies.indexmap] version = "1.7.0" [dependencies.libmpv-sirno] version = "2.0.2-fork.1" [dependencies.rand] version = "0.8.4" [dependencies.rfd] version = "0.14.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.surf] version = "2.3.2"