# 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 = "chiaki" version = "0.1.9" build = "build.rs" description = "Simple ffmpeg helper" readme = "README.md" license = "GPL-3.0-or-later" [profile.release] opt-level = 3 lto = true strip = true [dependencies.duct] version = "0.13.6" [dependencies.eframe] version = "0.20.1" [dependencies.egui] version = "0.20.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.mango-egui] version = "0.1.0" [dependencies.rfd] version = "0.10.0" [dependencies.shellwords] version = "1.1.0" [build-dependencies.pkg-config] version = "0.3.26"