# 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 = "lucien" version = "0.0.3" authors = ["IteraLabs"] description = "A loggin agent to work with LLM in Lucid Mode" readme = "README.md" keywords = [ "ai", "llm", "nvidia", "gpu", "monitoring", ] license = "Apache-2.0" repository = "https://github.com/iteralabs/lucien" [profile.release-lto] lto = true inherits = "release" [lib] name = "_lib" crate-type = ["cdylib"] path = "rust/lib.rs" [dependencies.nvml-wrapper] version = "0.10.0" [dependencies.nvml-wrapper-sys] version = "0.8.0" [dependencies.pretty-bytes] version = "0.2" [dependencies.pyo3] version = "0.21.0"