# 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 = "llm_devices" version = "0.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Managing Devices and Builds for LLMs" homepage = "https://github.com/shelbyJenkins/llm_client" readme = "README.md" license = "MIT" repository = "https://github.com/shelbyJenkins/llm_client" [lib] name = "llm_devices" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.colorful] version = "0.3.2" [dependencies.indenter] version = "0.3.3" [dependencies.sysinfo] version = "0.31.4" features = ["system"] default-features = false [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "std", ] [target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies.nvml-wrapper] version = "0.10.0" [target.'cfg(target_os = "macos")'.dependencies.objc2] version = "0.5.2" [target.'cfg(target_os = "macos")'.dependencies.objc2-metal] version = "0.2.2" features = ["MTLDevice"]