# 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 = "nvbit-model" version = "0.0.38" authors = ["romnn "] exclude = [] publish = true description = "NVIDIA NVBIT models for serialization and deserialization" homepage = "https://github.com/romnn/nvbit-rs" documentation = "https://docs.rs/nvbit-model" 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.pretty_assertions] version = "1"