# 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 = "2018" name = "oddio" version = "0.7.4" authors = ["Benjamin Saunders "] description = "Lightweight game audio library" readme = "README.md" categories = [ "multimedia::audio", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ralith/oddio" [dependencies.libm] version = "0.2.1" optional = true [dependencies.mint] version = "0.5.5" [dev-dependencies.cpal] version = "0.13.1" [dev-dependencies.hound] version = "3.4" [features] no_std = ["libm"] [badges.maintenance] status = "actively-developed"