# 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 = "furiosa-device" version = "0.2.2" authors = ["FuriosaAI SW Team "] description = "APIs that offer FuriosaAI NPU devices' information and allow to control the devices" homepage = "https://furiosa.ai" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/furiosa-ai/device-api" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "list_npu" path = "bin/list_npu.rs" [[bin]] name = "list_npu_blocking" path = "bin/list_npu_blocking.rs" required-features = ["blocking"] [[bin]] name = "list_hwmon" path = "bin/list_hwmon.rs" [[bin]] name = "list_proc" path = "bin/list_proc.rs" [[bin]] name = "list_clock_frequency" path = "bin/list_clock_frequency.rs" [dependencies.array_tool] version = "1" [dependencies.cli-table] version = "0.4" [dependencies.enum-display-derive] version = "0.1" [dependencies.enum-utils] version = "0.1.2" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.memoize] version = "0.3.1" features = ["full"] [dependencies.nom] version = "7.1" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.19.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.1" features = [ "env-filter", "json", ] [dev-dependencies.eyre] version = "0.6" [features] blocking = []