# 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] name = "c-types" version = "4.0.0" authors = ["David Hotham"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Re-exports of cross-platform types, gathered from libc and winapi """ documentation = "https://docs.rs/c-types" readme = "README.md" keywords = [ "libc", "winapi", ] license = "MIT" repository = "https://github.com/dimbleby/rust-c-types" [lib] name = "c_types" path = "src/lib.rs" [dependencies.libc] version = "0.2.21" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = ["Win32_Networking_WinSock"]