# 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-tool" version = "0.2.0" description = "CLI tool for processing dynamecs-app log files" license = "MIT" resolver = "1" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.dynamecs-analyze] version = "0.0.2" [dev-dependencies.escargot] version = "0.5.7" [dev-dependencies.insta] version = "1.29.0" [dev-dependencies.regex] version = "1.8.3" [dev-dependencies.tempfile] version = "3.5.0"