# 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 = "wil" version = "0.0.6" authors = ["Jean Gautier "] publish = ["crates-io"] description = "This crates is a demonstrator of what a Windows Implementation Library in Rust could look like" readme = "README.md" keywords = ["winapi", "win32", "token"] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/jeanga/wil-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.log] version = "0.4.8" [dependencies.winapi] version = "0.3.8" features = ["securitybaseapi", "handleapi", "processthreadsapi", "errhandlingapi"]