frunk 0.3.0

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.3.0"
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"
[profile.bench]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
[dependencies.frunk_core]
version = "0.3.0"
default-features = false

[dependencies.frunk_derives]
version = "0.3.0"
default-features = false

[dependencies.frunk_proc_macros]
version = "0.0.3"
optional = true
default-features = false

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

[dev-dependencies.time]
version = "0.1.36"

[features]
default = ["validated", "proc-macros"]
proc-macros = ["frunk_proc_macros"]
std = ["frunk_core/std"]
validated = ["std"]
[badges.travis-ci]
repository = "lloydmeta/frunk"