# 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 = "test-smi-rs" version = "0.1.2" build = "build.rs" links = "furiosa-smi" autobins = false autoexamples = false autotests = false autobenches = false description = "APIs for managing and monitoring FuriosaAI NPUs" readme = "README.md" license = "Apache-2.0" [lib] name = "test_smi_rs" path = "src/lib.rs" [[example]] name = "list_device" path = "examples/list_device.rs" [[example]] name = "show_p2p" path = "examples/show_p2p.rs" [[example]] name = "show_topology" path = "examples/show_topology.rs" [dependencies.chrono] version = "0.4.38" [dependencies.cli-table] version = "0.4.7" [dependencies.thiserror] version = "1.0.61" [build-dependencies.attohttpc] version = "0.28" [build-dependencies.autotools] version = "0.2" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0" [build-dependencies.flate2] version = "1.0" [build-dependencies.pkg-config] version = "0.3.8" [build-dependencies.tar] version = "0.4"