# 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.76.0" name = "logscreen" version = "0.0.0-development" authors = ["Kristof Mattei"] description = "Rust end-to-end application" readme = "README.md" keywords = [ "integrity", "end-to-end", "starter", "docker", "release", ] categories = [ "starter", "end-to-end", ] license-file = "LICENSE" repository = "https://github.com/kristof-mattei/logscreen" [profile.dev.package.backtrace] opt-level = 3 [dependencies.color-eyre] version = "0.6.2" [features] coverage = [] [target."cfg(all(target_arch = \"x86_64\", target_os=\"linux\", target_env=\"musl\"))".dependencies] [lints.clippy] all = "warn" cargo = "warn" pedantic = "warn" [lints.clippy.uninlined-format-args] level = "allow" priority = 127 [lints.rust.let_underscore_drop] level = "deny" priority = 127 [lints.rust.non_ascii_idents] level = "deny" priority = 127