# 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 = "wt-battle-report" version = "0.1.1" authors = ["Nikolai Zimmermann "] description = "A parser for War Thunder battle reports" documentation = "https://docs.rs/wt-battle-report" readme = "README.md" keywords = [ "war-thunder", "parser", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/chronophylos/wt-battle-report" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.180" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dev-dependencies.rstest] version = "0.18.2"