# 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 = "quake3-qvm" version = "0.6.0" authors = ["robo9k "] exclude = ["/.travis.yml", ".gitignore"] description = "Library to handle Quake 3 virtual machines\n" readme = "README-crate.md" keywords = ["quake3", "qvm", "vm", "parser"] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/robo9k/quake3-qvm" [dependencies.error-chain] version = "0.7.2" [dependencies.nom] version = "^2.0" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "robo9k/quake3-qvm"