frunk_core 0.5.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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "frunk_core"
version = "0.5.0"
authors = ["Lloyd <lloydmeta@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Frunk core provides developers with HList, Coproduct, LabelledGeneric and Generic"
documentation = "https://docs.rs/frunk_core"
readme = false
keywords = [
    "Frunk",
    "HList",
    "Generic",
    "Coproduct",
    "LabelledGeneric",
]
license = "MIT"
repository = "https://github.com/lloydmeta/frunk"

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

[features]
alloc = ["serde?/alloc"]
default = ["alloc"]
std = ["alloc"]

[lib]
name = "frunk_core"
path = "src/lib.rs"

[dependencies.serde]
version = "^1.0"
features = ["derive"]
optional = true

[dev-dependencies.frunk]
version = "0.4.4"
default-features = false

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

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