# 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] name = "alto" version = "3.0.4" authors = ["Jameson Ernst "] description = "Idiomatic interface for OpenAL 1.1 and extensions (including EFX)" documentation = "https://docs.rs/alto" keywords = ["openal", "al", "sound", "audio"] categories = ["multimedia::audio", "api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/jpernst/alto.git" [dependencies.al-sys] version = "0.6.1" default-features = false [dependencies.lazy_static] version = "0.2.1" [dependencies.parking_lot] version = "0.4.4" [features] default = ["dynamic"] dynamic = ["al-sys/dynamic"]