# 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 = "dablenutil" version = "0.3.2" description = "A collection of common utility functions used across dablenparty projects" homepage = "https://github.com/dablenparty/dablenutil" readme = "README.md" license = "MIT" repository = "https://github.com/dablenparty/dablenutil" [dependencies.chrono] version = "0.4.23" optional = true [dependencies.const_format] version = "0.2.30" [dependencies.dunce] version = "1.0.3" [dependencies.flate2] version = "1.0.25" optional = true [dependencies.log] version = "0.4.17" optional = true [dependencies.simplelog] version = "0.12.0" features = [ "paris", "termcolor", ] optional = true [dependencies.time] version = "0.3.17" optional = true [dependencies.tokio] version = "1.23.0" features = [ "fs", "macros", "rt-multi-thread", ] optional = true [features] logging = [ "dep:log", "dep:simplelog", "dep:time", "dep:flate2", "dep:chrono", ] tokio = ["dep:tokio"]