# 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 = "bp3d-logger" version = "2.0.0-rc.2.0.1" authors = ["Yuri Edward "] description = "A flexible Log implementation intended to be used with BP3D software." readme = "README.MD" keywords = [] categories = [] license = "BSD-3-Clause" repository = "https://github.com/BlockProject3D/debug.logger" [dependencies.bp3d-os] version = "1.0.0-rc.3.0.3" features = [ "dirs", "time", ] [dependencies.bp3d-util] version = "1.0.0" features = ["format"] [dependencies.crossbeam-channel] version = "0.5.2" [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.once_cell] version = "1.10.0" [dependencies.termcolor] version = "1.1.3" [dependencies.time] version = "0.3.0" features = [ "formatting", "macros", ] [features]