nixl-sys 1.3.2

Low-level bindings to the nixl library
Documentation
# 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"
name = "nixl-sys"
version = "1.3.2"
authors = ["NIXL Developers <nixl-developers@nvidia.com>"]
build = "build.rs"
links = "nixl"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings to the nixl library"
homepage = "https://github.com/ai-dynamo/nixl"
readme = "README.md"
license = "MIT AND Apache-2.0"
repository = "https://github.com/ai-dynamo/nixl.git"
resolver = "3"

[features]
stub-api = []

[lib]
name = "nixl_sys"
path = "src/lib.rs"

[[test]]
name = "test_sync_manager"
path = "tests/test_sync_manager.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.bincode]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.20.0"

[build-dependencies.anyhow]
version = "1"

[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.cc]
version = "1.2.23"
features = ["parallel"]

[build-dependencies.os_info]
version = "3.11"

[build-dependencies.pkg-config]
version = "0.3"