# 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 = "simple_file_logger" version = "0.4.1" description = "A simple file logger for Rust" readme = "README.md" keywords = [ "logging", "logger", "file_logger", "log", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/mendelsshop/simple_file_logger" [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.dirs] version = "5.0.1" [dependencies.flexi_logger] version = "0.28.0" [dependencies.serde] version = "1.0.201" features = ["derive"] optional = true [features] clap = ["dep:clap"] serde = ["dep:serde"]