# 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 = "packxel-utils" version = "0.3.1" description = "A bunch of packaging utilities" homepage = "https://github.com/aniketbiprojit/packxel" readme = "README.md" license = "MIT" repository = "https://github.com/aniketbiprojit/packxel" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chrono] version = "0.4.24" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.17" optional = true [dependencies.log4rs] version = "1.2.0" optional = true [features] default = [] full = ["logging"] logging = [ "dep:log", "dep:log4rs", ]