# 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 = "ipmi-rs" version = "0.3.0" authors = ["Johannes Cornelis Draaijer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure rust implementation of the IPMI spec" documentation = "https://docs.rs/ipmi-rs/latest" readme = "README.md" keywords = [ "ipmi", "sysadmin", "bmc", ] categories = [ "parser-implementations", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/datdenkikniet/ipmi-rs" [lib] name = "ipmi_rs" path = "src/lib.rs" [[example]] name = "common" path = "examples/common.rs" [[example]] name = "get-info" path = "examples/get-info.rs" required-features = ["unix-file"] [[example]] name = "raw" path = "examples/raw.rs" [[example]] name = "sensors-of-type" path = "examples/sensors-of-type.rs" [dependencies.aes] version = "0.8.4" [dependencies.bitflags] version = "1.3" [dependencies.cbc] version = "0.1.2" [dependencies.getrandom] version = "0.2.12" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7" optional = true [dependencies.nix] version = "0.26" features = ["ioctl"] optional = true default-features = false [dependencies.nonmax] version = "0.5" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.6" [dependencies.time] version = "0.3" features = ["formatting"] optional = true default-features = false [dev-dependencies.clap] version = "4.3" features = ["derive"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.indicatif] version = "0.17" [dev-dependencies.pretty_env_logger] version = "0.4" [features] default = [ "time", "unix-file", "log-to-file", "md5", ] log-to-file = ["parking_lot"] unix-file = ["nix"]