libcw 0.1.1

Core Wars runtime and parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name         = "libcw"
description  = "Core Wars runtime and parser"
license      = "MIT"
readme       = "README.md"
version      = "0.1.1"
authors      = ["Will Johnston"]
repository   = "https://github.com/wbjohnston/libcw.git"
homepage     = "https://github.com/wbjohnston/libcw.git"

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

[dependencies]
regex        = { version = "0.2", optional = true }
lazy_static  = { version = "0.2", optional = true }