# 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 = "2021" rust-version = "1.75.0" name = "hwlocality-sys" version = "0.5.0" authors = [ "Hadrien G. ", "Joseph Hirschfeld ", "Michael Nitschinger ", ] build = "build.rs" links = "hwloc" autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings for the hwloc hardware locality library" readme = "README.md" keywords = [ "hwloc", "locality", "cache", "numa", "hardware", ] categories = [ "concurrency", "external-ffi-bindings", "hardware-support", "memory-management", "os", ] license = "MIT" repository = "https://github.com/HadrienG2/hwlocality" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "hwlocality_sys" path = "src/lib.rs" [dev-dependencies.static_assertions] version = "1.1" [build-dependencies.attohttpc] version = "0.28" features = [ "compress", "tls-rustls-webpki-roots", ] optional = true default-features = false [build-dependencies.autotools] version = "0.2" optional = true [build-dependencies.cmake] version = "0.1.50" optional = true [build-dependencies.flate2] version = "1.0" optional = true [build-dependencies.hex-literal] version = "0.4" optional = true [build-dependencies.pkg-config] version = "0.3.8" [build-dependencies.sha3] version = "0.10.8" optional = true [build-dependencies.tar] version = "0.4" optional = true [features] hwloc-2_0_4 = [] hwloc-2_10_0 = ["hwloc-2_8_0"] hwloc-2_1_0 = ["hwloc-2_0_4"] hwloc-2_2_0 = ["hwloc-2_1_0"] hwloc-2_3_0 = ["hwloc-2_2_0"] hwloc-2_4_0 = ["hwloc-2_3_0"] hwloc-2_5_0 = ["hwloc-2_4_0"] hwloc-2_8_0 = ["hwloc-2_5_0"] hwloc-3_0_0 = ["hwloc-2_10_0"] hwloc-latest = ["hwloc-2_10_0"] proptest = [] vendored = [ "dep:attohttpc", "dep:autotools", "dep:cmake", "dep:flate2", "dep:hex-literal", "dep:sha3", "dep:tar", ] vendored-extra = ["vendored"] [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_System_Threading", ]