[package]
edition = "2021"
name = "nvbit-io"
version = "0.0.38"
authors = ["romnn <contact@romnn.com>"]
exclude = []
publish = true
description = "NVIDIA NVBIT streaming encoder and decoder implementations using serde"
homepage = "https://github.com/romnn/nvbit-rs"
documentation = "https://docs.rs/nvbit-io"
readme = "README.md"
keywords = [
"nvbit",
"profiling",
"gpgpu",
"nvidia",
"ffi",
]
categories = [
"api-bindings",
"development-tools::profiling",
"os::unix-apis",
]
license-file = "LICENSE"
repository = "https://github.com/romnn/nvbit-rs"
[package.metadata.cargo-feature-combinations]
denylist = ["default"]
[package.metadata.docs.rs]
all-features = true
rustc-args = [
"--cfg",
"docsrs",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.rmp-serde]
version = "1"
[dev-dependencies.serde_json]
version = "1"