# 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 = "noko" version = "0.3.0" authors = ["Jake Ehrlich"] description = "A tool for viewing logs" homepage = "https://github.com/JakeEhrlich/noko" readme = "README.md" keywords = [ "logging", "tracing", "search", "cli", "grep", ] license = "MIT" repository = "https://github.com/JakeEhrlich/noko" [dependencies.chumsky] version = "0.9.2" default-features = false [dependencies.miette] version = "5.9.0" features = ["fancy"] default-features = false [dependencies.thiserror] version = "1.0.43" [dev-dependencies.insta] version = "1.31.0" features = ["yaml"] [dev-dependencies.proptest] version = "1.2.0"