libcw 0.1.1

Core Wars runtime and parser
Documentation
[dependencies.lazy_static]
optional = true
version = "0.2"

[dependencies.regex]
optional = true
version = "0.2"

[features]
default = ["parser", "mars"]
mars = []
parser = ["regex", "lazy_static"]

[package]
authors = ["Will Johnston"]
description = "Core Wars runtime and parser"
homepage = "https://github.com/wbjohnston/libcw.git"
license = "MIT"
name = "libcw"
readme = "README.md"
repository = "https://github.com/wbjohnston/libcw.git"
version = "0.1.1"