# 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 = "emk-rs" version = "0.2.0" authors = ["Cappy Ishihara "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pure-Rust implementation of the Extreme Karaoke file format" readme = "README.md" keywords = [ "emk", "karaoke", "extreme-karaoke", ] categories = [ "multimedia", "encoding", ] license = "MIT" repository = "https://github.com/RustyKaraoke/karalib" [lib] name = "emk_rs" path = "src/lib.rs" [[example]] name = "crack" path = "examples/crack.rs" [[example]] name = "read" path = "examples/read.rs" [dependencies.flate2] version = "1.0.34" features = ["miniz_oxide"] [dependencies.hex] version = "0.4.3" [dependencies.md-5] version = "0.10.5" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.rayon] version = "1.10.0" [dependencies.tracing] version = "0.1.40" features = ["async-await"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.tracing-test] version = "0.2.5" [dependencies.xor-utils] version = "0.6.0"