# 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 = "mixr" version = "0.3.5" description = "An audio resampler & mixer." readme = "README.md" keywords = [ "audio", "gamedev", "mixer", "resampler", ] categories = [ "game-development", "multimedia::audio", ] license = "MIT" repository = "https://github.com/piegfx/mixr" [profile.release] opt-level = 3 debug = false debug-assertions = false overflow-checks = false [lib] crate-type = [ "rlib", "cdylib", ] [dev-dependencies.libc] version = "0.2.138" [dev-dependencies.sdl2] version = "0.35.2"