# 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 = "logid-core" version = "0.12.2" description = "Core for the [logid](https://crates.io/crates/logid) logging framework." readme = "README.md" license = "MIT" repository = "https://github.com/mhatzl/logid" resolver = "1" [dependencies.evident] version = "~0.12" [dependencies.lsp-types] version = "0.94" optional = true [dependencies.serde_json] version = "1.0" optional = true [features] diagnostics = ["lsp-types"] fmt = ["serde_json"] hint_note = [] log_debugs = [] log_traces = [] payloads = ["serde_json"] test_filter = []