# 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 = "door_player" version = "0.3.13" authors = ["Andy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Door Player, Cross by ffmpeg and egui" homepage = "https://github.com/peacess/door_player" readme = "README.md" keywords = [ "rust", "player", "egui", "ffmpeg", "cross", ] categories = [ "multimedia", "gui", ] license = "Apache-2.0" repository = "https://github.com/peacess/door_player" [profile.dev] [lib] name = "door_player" path = "src/lib.rs" [[bin]] name = "door_player" path = "src/main.rs" [[test]] name = "ringbuf_test" path = "tests/ringbuf_test.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.atomic] version = "0.6.0" [dependencies.bytemuck] version = "1.19.0" [dependencies.chrono] version = "0.4.38" [dependencies.cpal] version = "0.15.3" [dependencies.eframe] version = "0.29.1" features = [ "wgpu", "wayland", "web_screen_reader", "x11", ] default-features = false [dependencies.egui] version = "0.29.1" [dependencies.env_logger] version = "0.11.5" [dependencies.ffmpeg-next] version = "7.1.0" default-features = true [dependencies.kanal] version = "0.1.0-pre8" [dependencies.log] version = "0.4.22" [dependencies.parking_lot] version = "0.12.3" [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.rfd] version = "0.15.0" [dependencies.ringbuf] version = "0.4.7" [dependencies.rust_kits] version = "0.1.6" [dependencies.spin_sleep] version = "1.2.1" [features] default = []