# 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 = "porcupine" version = "0.2.4" authors = ["not_a_seagull "] description = "Rust-y wrapper around some parts of the Win32 API" license = "MIT/Apache-2.0" repository = "https://github.com/not-a-seagull/porcupine" [dependencies.bitflags] version = "1.2" [dependencies.cty] version = "0.2.1" [dependencies.euclid] version = "0.20" [dependencies.lazy_static] version = "1" features = ["spin_no_std"] [dependencies.maybe-uninit] version = "2" [dependencies.parking_lot] version = "0.10" optional = true [dependencies.spin] version = "0.5" [dependencies.winapi] version = "0.3" features = ["basetsd", "commctrl", "errhandlingapi", "minwindef", "winbase", "windef", "wingdi", "winuser", "wingdi"] [features] default = ["std"] std = ["parking_lot", "winapi/std"]