# 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] edition = "2018" name = "corewars" version = "0.2.0" authors = ["Ian Chamberlain "] description = "The classic programming battle game Core Wars" homepage = "https://corewa.rs/" readme = "README.md" keywords = ["corewars", "core", "war", "wars", "redcode"] categories = ["command-line-utilities", "games", "emulators"] license = "MIT" repository = "https://github.com/corewa-rs/corewars" [dependencies.corewars-parser] version = "=0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.structopt] version = "0.3.5" [dev-dependencies.assert_cmd] version = "0.11.1" [dev-dependencies.assert_fs] version = "0.13.1" [dev-dependencies.normalize-line-endings] version = "0.3.0" [dev-dependencies.predicates] version = "1.0.2" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.test-case] version = "1.0.0" [dev-dependencies.test-generator] version = "0.3.0"