# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hldemo" version = "0.3.0" authors = ["Ivan Molodetskikh "] description = "A parser for Half-Life (Goldsource) demo files using nom." documentation = "https://docs.rs/hldemo" readme = "README.md" keywords = ["half-life", "goldsource", "demo", "nom", "parser"] categories = ["game-engines", "games", "parser-implementations", "parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/YaLTeR/hldemo-rs" [dependencies.quick-error] version = "1" [dependencies.error-chain] version = "0.11" [dependencies.nom] version = "3.2" features = ["verbose-errors"] [dev-dependencies.memmap] version = "0.5" [badges.appveyor] repository = "YaLTeR/hldemo-rs" [badges.travis-ci] repository = "YaLTeR/hldemo-rs"