frunk_core 0.3.0

Frunk core provides developers with HList, Coproduct, LabelledGeneric and Generic
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_core"
version = "0.3.0"
authors = ["Lloyd <lloydmeta@gmail.com>"]
description = "Frunk core provides developers with HList, Coproduct, LabelledGeneric and Generic"
documentation = "https://docs.rs/frunk_core"
keywords = ["Frunk", "HList", "Generic", "Coproduct", "LabelledGeneric"]
license = "MIT"
repository = "https://github.com/lloydmeta/frunk"
[dependencies.serde]
version = "^1.0"
features = ["derive"]
optional = true
[dev-dependencies.frunk]
version = "0.2.4"
default-features = false

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

[dev-dependencies.frunk_proc_macros]
version = "0.0.2"
default-features = false

[features]
default = ["std"]
std = []
[badges.travis-ci]
repository = "lloydmeta/frunk"