# 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 = "dynamecs-analyze" version = "0.0.2" description = "Functionality for working with dynamecs-app log files." license = "MIT" repository = "https://github.com/Andlon/dynamecs" resolver = "1" [dependencies.eyre] version = "0.6.8" [dependencies.flate2] version = "1.0.25" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.time] version = "0.3.20" features = [ "serde", "parsing", "formatting", ] [dev-dependencies.escargot] version = "0.5.7" [dev-dependencies.insta] version = "1.29.0" [dev-dependencies.tempfile] version = "3.5.0"