# 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 = "eve-log-parser" version = "0.1.3" authors = ["T'rahk Rokym"] description = "Crate providing utilities to parse EVE online logs" readme = "README.md" license = "MIT" repository = "https://github.com/r0kym/eve_log_parser" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.home] version = "0.5.9" [dependencies.log] version = "0.4.22" [dependencies.notify] version = "6.1.1" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0" features = ["derive"]