# 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 = "mumblelink_reader" version = "0.3.5" authors = ["kakste.norberts@gmail.com"] description = "Mumblelink reader for Windows & Unix based operating systems" keywords = ["mumble", "mumblelink", "unsafe", "game"] license-file = "LICENSE" repository = "https://github.com/norbert-k/mumblelink_reader" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin"] [lib] name = "mumblelink_reader" path = "src/lib.rs" doc = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.101" [dependencies.thiserror] version = "1.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["memoryapi", "winnt", "minwindef", "handleapi"]