# 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 = "rust-ipmi" version = "0.1.1" authors = ["Harris Temuri "] exclude = [ "/src/main.rs", "images/*", "docs/*", ".gitignore", ".cargo/*", ] description = "IPMI client library for rust" readme = "README.md" keywords = [ "ipmi", "rmcp", ] categories = [ "hardware-support", "api-bindings", "parsing", ] license = "GPL-3.0-or-later" repository = "https://github.com/htemuri/rust-ipmi/" [dependencies.aes] version = "0.8.3" [dependencies.bitvec] version = "1.0.1" [dependencies.cbc] version = "0.1.2" [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.53"