# 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 = "home-prelude" version = "1.0.2" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Prelude library to support home applications" homepage = "https://github.com/haribo256/home-prelude" readme = "README.md" keywords = [ "prelude", "home", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/haribo256/home-prelude" [lib] name = "home_prelude" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.color-eyre] version = "0.6.3" [dependencies.log] version = "0.4.21" [dependencies.time] version = "0.3.36" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-panic] version = "0.1.2" [dependencies.tracing-subscriber] version = "0.3.18" features = ["time"]