# 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 = "nih_log" version = "0.3.1" authors = ["Robbert van der Helm "] description = "An opinionated yet flexible logger catering to the needs of the NIH-plug plugin framework" readme = "README.md" keywords = [ "log", "logging", "nih-plug", ] license = "ISC" repository = "https://github.com/robbert-vdh/nih-log" [dependencies.atty] version = "0.2.14" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.1" [dependencies.termcolor] version = "1.2.0" [dependencies.time] version = "0.3.20" features = [ "formatting", "local-offset", "macros", ] [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.44" features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug", ]