# 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 = "kfn-rs" version = "0.4.0-alpha" authors = ["Balázs Máhli"] description = "Karaoke .kfn file IO library written in Rust." documentation = "https://docs.rs/kfn-rs" readme = "README.md" keywords = [ "karaoke", "reverse-engineering", "kfn", "karafun", ] license = "GPL-3.0-or-later" repository = "https://github.com/mazsibazsi/kfn-rs" [[bin]] name = "kfn_player" path = "src/kfn_player/bin/main.rs" [dependencies.async-trait] version = "0.1.58" [dependencies.colorsys] version = "0.6.6" [dependencies.crossbeam] version = "0.8.2" [dependencies.dbg_hex] version = "0.1.1" [dependencies.derivative] version = "2.2.0" [dependencies.image] version = "0.24.3" [dependencies.regex] version = "1" [dependencies.rodio] version = "0.15.0" [dependencies.rust-ini] version = "0.18.0" [dependencies.speedy2d] version = "1.7.0"