36 lines
1.1 KiB
TOML
36 lines
1.1 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "windows-win"
|
|
version = "3.0.0"
|
|
authors = ["Douman <douman@gmx.se>"]
|
|
description = "Some windows hacking library with utilities to find windows and access them"
|
|
documentation = "https://docs.rs/windows-win/*/x86_64-pc-windows-msvc/windows_win"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"Windows",
|
|
"winapi",
|
|
]
|
|
categories = []
|
|
license = "BSL-1.0"
|
|
repository = "https://github.com/DoumanAsh/windows-win-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
default-target = "x86_64-pc-windows-msvc"
|
|
|
|
[dependencies.error-code]
|
|
version = "3"
|
|
|
|
[target."cfg(windows)".dev-dependencies.clipboard-win]
|
|
version = "5"
|