# 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 = "dev_util" version = "0.1.2" authors = ["Zhao Guangjian"] description = "Some development tools" documentation = "https://docs.rs/dev_util" readme = "README.md" keywords = [ "dev", "tools", "development", "log", ] license-file = "LICENSE" repository = "https://github.com/zgj0315/dev_util/" [dependencies.chrono] version = "0.4" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.log] version = "0.4"