Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / third_party / rust / wio / Cargo.toml
blob2e1c29ab2aeaba5afa9cc3400b7cce4580ba4aff
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "wio"
15 version = "0.2.2"
16 authors = ["Peter Atashian <retep998@gmail.com>"]
17 include = ["/src/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/build.rs", "/README.md"]
18 description = "Windows IO wrapper"
19 readme = "README.md"
20 keywords = ["windows", "ffi", "win32", "com"]
21 categories = ["api-bindings", "os::windows-apis"]
22 license = "MIT/Apache-2.0"
23 repository = "https://github.com/retep998/wio-rs"
24 [dependencies.winapi]
25 version = "0.3"
26 features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "minwindef", "processthreadsapi", "std", "unknwnbase", "wincon", "winnt"]
27 [dev-dependencies.rand]
28 version = "0.4"