# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bin_common" version = "0.2.0" authors = ["Sophie Tauchert "] description = "A library for common things in binaries." readme = "README.md" license = "MIT" repository = "https://gitlab.com/999eagle/rust_bin_common" [dependencies.backtrace] version = "^0.3" features = ["cpp_demangle"] optional = true [dependencies.chrono] version = "^0.4" [dependencies.directories] version = "^2.0" [dependencies.fern] version = "^0.6" features = ["colored"] [dependencies.log] version = "^0.4" [dependencies.xz2] version = "^0.1" optional = true [features] default = ["log_rotation", "panic_handler"] log_rotation = ["xz2"] panic_handler = ["backtrace"]