# 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] edition = "2018" name = "mumble-sys" version = "0.1.0" authors = ["Zoey "] description = "Plugin SDK for Mumble's client plugin system" homepage = "https://github.com/Dessix/rust-mumble-sys" license-file = "LICENSE.md" repository = "https://github.com/Dessix/rust-mumble-sys" [dependencies.collect_slice] version = "1.2.0" [dependencies.parking_lot] version = "~0.11" features = ["nightly"] [build-dependencies.bindgen] version = "~0.55.1" [build-dependencies.const_format] version = "~0.1.0" [build-dependencies.regex] version = "^1" [features] default = [] idebuild = []