# 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 = "vault" version = "10.1.5" authors = ["Ryan Taylor <2320507+ryantaylor@users.noreply.github.com>"] build = false exclude = [ "replays/*", "build-doc.sh", ".travis.yml", "CoH3Rec.bt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for Company of Heroes replay files." homepage = "https://github.com/ryantaylor/vault" readme = "README.md" keywords = [ "coh", "coh3", "company", "heroes", "replay", ] license = "MIT" repository = "https://github.com/ryantaylor/vault" [lib] name = "vault" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.byteorder] version = "1" [dependencies.magnus] version = "0.7" optional = true [dependencies.nom] version = "7" [dependencies.nom-tracable] version = "0.9" [dependencies.nom_locate] version = "4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.uuid] version = "1" [features] missing = [] raw = [] regression = [] serde = [ "dep:serde", "uuid/serde", ] trace = ["nom-tracable/trace"]