[package]
name = "genotype"
version = "0.1.0"
authors = ["Dom Williams <me@domwillia.ms>"]
description = "An abstraction layer between genotype and phenotype, with in-place mutation."
homepage = "https://github.com/DomWilliams0/genotype-rs"
license = "GPL-3.0"
repository = "https://github.com/DomWilliams0/genotype-rs"
[dependencies.serde]
version = "1.0"
optional = true
[dependencies.serde_derive]
version = "1.0"
optional = true
[features]
serialize = ["serde", "serde_derive"]
[badges.travis-ci]
branch = "master"
repository = "https://travis-ci.org/DomWilliams0/genotype-rs"