# 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 = "ocsd" version = "0.1.1" build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "OCSD temperature reporting interface library" readme = "README.md" keywords = [ "ocsd", "ilo", "sea-of-sensors", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/conroy-cheers/ocsd" [package.metadata.docs.rs] all-features = true [lib] name = "ocsd" path = "src/lib.rs" [[example]] name = "report_device" path = "examples/report_device/main.rs" doc-scrape-examples = true required-features = ["devmem"] [dependencies.bitmask-enum] version = "2.2.4" [dependencies.bytemuck] version = "1.16.1" features = ["derive"] [dependencies.devmem] version = "0.1.1" optional = true [dependencies.document-features] version = "0.2.8" [dev-dependencies.ctrlc] version = "3.4.4" [dev-dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.118" [features] devmem = ["dep:devmem"]