# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "harmony-rs" version = "0.1.4" authors = ["Axel Kappel "] description = "A software soundboard written in rust" homepage = "https://github.com/Kl4rry/Harmony" license = "Apache-2.0" repository = "https://github.com/Kl4rry/Harmony" [package.metadata.winres] FileDescription = "Harmony" LegalCopyright = "Copyright © 2021 Axel Kappel" OriginalFilename = "Harmony.exe" ProductName = "Harmony" [[bin]] name = "harmony" path = "src/main.rs" [dependencies.directories] version = "3.0.1" [dependencies.ez_audio] version = "0.1.2" [dependencies.msgbox] version = "0.6.0" [dependencies.rdev] version = "0.4.6" [dependencies.ron] version = "0.6.4" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.single-instance] version = "0.1.2" [dependencies.tinyfiledialogs] version = "3.3.10" [dependencies.tokio] version = "1.2.0" features = ["full"] [dependencies.web-view] version = "0.7.3" features = ["edge"] [build-dependencies.base64] version = "0.13.0" [build-dependencies.html-minifier] version = "3.0.8" [build-dependencies.regex] version = "1.4.2" [target."cfg(windows)".build-dependencies.winapi] version = "0.3.9" [target."cfg(windows)".build-dependencies.winres] version = "0.1.11"