frunk 0.1.34

Frunk provides developers with a number of functional programming tools like HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid, Semigroup and friends.
Documentation
[package]
name = "frunk"
version = "0.1.34"
authors = ["Lloyd <lloydmeta@gmail.com>"]
description = "Frunk provides developers with a number of functional programming tools like HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid, Semigroup and friends."
license = "MIT"
documentation = "https://docs.rs/frunk"
repository = "https://github.com/lloydmeta/frunk"
keywords = ["Frunk", "HList", "Generic", "Validated", "Monoid"]
readme = "README.md"

[badges]
travis-ci = { repository = "lloydmeta/frunk" }

[dev-dependencies]
time = "0.1.36"

[dependencies.frunk_core]
path = "core"
version = "0.0.21"

[dependencies.frunk_derives]
path = "derives"
version = "0.0.22"

[dev-dependencies.frunk_laws]
path = "laws"
version = "0.0.11"

[dependencies]
serde = { version = "^1.0", optional = true, default-features = false }
serde_derive = { version = "^1.0", optional = true, default-features = false }

[features]
with-serde = ["serde", "serde_derive"]