frunk 0.1.32

Frunk provides developers with a number of functional programming tools like HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid, Semigroup and friends.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "frunk"
version = "0.1.32"
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."
documentation = "https://docs.rs/frunk"
readme = "README.md"
keywords = ["Frunk", "HList", "Generic", "Validated", "Monoid"]
license = "MIT"
repository = "https://github.com/lloydmeta/frunk"
[dependencies.frunk_derives]
version = "0.0.20"

[dependencies.frunk_core]
version = "0.0.19"

[dependencies.serde]
version = "^1.0"
optional = true
default-features = false

[dependencies.serde_derive]
version = "^1.0"
optional = true
default-features = false
[dev-dependencies.time]
version = "0.1.36"

[dev-dependencies.frunk_laws]
version = "0.0.9"

[features]
with-serde = ["serde", "serde_derive"]
[badges.travis-ci]
repository = "lloydmeta/frunk"