# 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.58" name = "call_logger" version = "0.1.0" authors = ["Alec Brown "] description = "A logger that calls another application for every logged item" homepage = "https://github.com/a1ecbr0wn/call_logger" documentation = "https://docs.rs/call_logger" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/a1ecbr0wn/call_logger" [[example]] name = "log_to_discord" required-features = ["timestamps"] [[example]] name = "log_filtering" required-features = ["timestamps"] [dependencies.chrono] version = "0.4.34" features = ["clock"] optional = true [dependencies.log] version = "^0.4.21" features = [ "std", "kv", ] [dev-dependencies.multi_log] version = "0.1.2" [features] default = ["timestamps"] minimal = [] timestamps = ["chrono"]