# 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" rust-version = "1.74.1" name = "teehistorian" version = "0.12.0" authors = ["Zwelf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Teehistorian parser for DDNet" documentation = "https://docs.rs/teehistorian" readme = "README.md" keywords = [ "ddnet", "twgame", "teehistorian", ] license = "LGPL-3.0" repository = "https://gitlab.com/zwelf/teehistorian/" [lib] name = "teehistorian" path = "src/lib.rs" [[test]] name = "read_write_chunks" path = "tests/read_write_chunks.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.186" features = ["derive"] [dependencies.uuid] version = "1.4.1" features = ["serde"]