# 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] name = "nvml-sys" version = "0.0.6" authors = ["Raphael Cohn "] build = "src/build.rs" exclude = ["/compile-pmdk.conf.d/temporary/**/*", "/bindgen-wrapper.conf.d/temporary/**/*", "/tools/bindgen-wrapper/temporary/**/*", ".gitmodules", "nvml-sys.iml", "/.cargo/**/*", "/.tm_properties", "/clippy.toml", "/rustfmt.toml", "/src/bindgen/**/*"] publish = true description = "A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1." homepage = "https://github.com/lemonrock/nvml-sys" readme = "README.md" keywords = ["NVML", "pmem", "libpmem", "PMDK"] categories = ["hardware-support", "external-ffi-bindings", "database"] license = "MIT" repository = "https://github.com/lemonrock/nvml-sys.git" [dependencies.libc] version = "0.2"