# 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 = "libmedium" version = "0.12.0" authors = ["Malte Veerman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to interface with lm_sensors" readme = "README.md" keywords = [ "pwm", "fan", "hwmon", "sensor", ] categories = [ "api-bindings", "hardware-support", ] license = "MIT" repository = "https://gitlab.com/Maldela/libmedium" [package.metadata.cargo-all-features] always_include_features = [ "sync", "virtual_sensors", "unrestricted_parsing", ] skip_optional_dependencies = true [lib] name = "libmedium" path = "src/lib.rs" doctest = false [dependencies.async-trait] version = "0.1" optional = true [dependencies.tokio] version = "1" features = ["fs"] optional = true [dependencies.uom] version = "0.36" optional = true [dev-dependencies.temp-dir] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "fs", "macros", "rt", ] [features] async = [ "tokio", "async-trait", ] default = [ "sync", "virtual_sensors", "writeable", ] sync = [] unrestricted_parsing = [] uom_units = ["uom"] virtual_sensors = [] writeable = [] [lints.rust] missing_copy_implementations = "deny" missing_debug_implementations = "deny" missing_docs = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny" unsafe_code = "forbid" unstable_features = "forbid"