cppn 0.2.0

Compositional Pattern Producing Networks
Documentation
[package]
name = "cppn"
version = "0.2.0"
authors = ["Michael Neumann <mneumann@ntecs.de>"]
license = "MIT"
repository = "https://github.com/mneumann/cppn-rs"
description = "Compositional Pattern Producing Networks"
keywords = ["evolution", "neuro", "net", "cppn"]

include = ["src/*.rs", "Cargo.toml", "LICENSE", "README.md"]

[dependencies]

acyclic-network = "0.1"
fixedbitset = "0.1"

serde = { version = "1.0", optional = true, features = ["derive"] }

[dev-dependencies]

rand = "0.3"