# 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 = "libfancontrold" version = "0.3.2" authors = ["Malte Veerman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Base library for fancontrold." homepage = "https://gitlab.com/Maldela/libfancontrold" readme = "Readme.md" keywords = [ "daemon", "fans", ] categories = ["hardware-support"] license = "MIT" repository = "https://gitlab.com/Maldela/libfancontrold" [lib] name = "libfancontrold" path = "src/lib.rs" [dependencies.libmedium] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = ["fs"] optional = true [features] async = [ "tokio", "libmedium/async", ] [lints.rust] missing_copy_implementations = "deny" missing_debug_implementations = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny" unsafe_code = "forbid" unstable_features = "forbid"