# 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 = "mini-log-viewer" version = "1.1.0" authors = ["Evan Pratten "] description = "Mini Log Viewer" homepage = "https://github.com/ewpratten/mlv" documentation = "https://docs.rs/mini-log-viewer" readme = "README.md" keywords = [ "logs", "log-viewer", ] categories = [ "development-tools", "visualization", ] license = "GPL-3.0" repository = "https://github.com/ewpratten/mlv" [[bin]] name = "mlv" path = "src/main.rs" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.eframe] version = "0.27.2" [dependencies.egui_extras] version = "0.27.2" [dependencies.fern] version = "0.6.2" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0"