# 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" rust-version = "1.70.0" name = "brewfatherlog" version = "0.1.2" authors = ["Diogo Sousa "] include = [ "/src/**/*.rs", "/src/**/*.toml", "/Cargo.toml", "/Cargo.lock", "/LICENSE.md", "/README.md", "/release-notes.md", ] description = "Log temperatures from grainfather fermenters to brewfather" homepage = "https://github.com/orium/brewfatherlog" documentation = "https://docs.rs/brewfatherlog" readme = "README.md" keywords = [ "brewing", "fermentation", "grainfather", "brewfather", "logging", ] license = "MPL-2.0" repository = "https://github.com/orium/brewfatherlog" [dependencies.dirs] version = "5.0.1" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.20" features = [] [dependencies.reqwest] version = "0.11.22" features = [ "json", "cookies", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_derive] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.simplelog] version = "0.12.1" [dependencies.thiserror] version = "1.0.51" [dependencies.time] version = "0.3.30" features = ["formatting"] [dependencies.tokio] version = "1.35.0" features = [ "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.8.8" [features] fatal-warnings = [] [lints.clippy] correctness = "deny" enum-variant-names = "allow" if-not-else = "allow" inline-always = "allow" match-bool = "allow" missing-errors-doc = "allow" module-name-repetitions = "allow" needless-raw-string-hashes = "allow" new-without-default = "allow" non-ascii-literal = "allow" partialeq-ne-impl = "allow" similar-names = "allow" single-match-else = "allow" struct-excessive-bools = "allow" use-self = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1