# 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" rust-version = "1.80.0" name = "clang_log" version = "2.0.5" authors = ["DDAN"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Another log implementation" documentation = "https://docs.rs/clang_log" readme = "README.md" keywords = [ "clang", "log", "logging", "logger", "llvm", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/DDAN-17/clang_log" [lib] name = "clang_log" path = "src/lib.rs" [dependencies.colored] version = "2.1.0" [dependencies.log] version = "0.4.22" features = ["std"]