frunk_derives 0.2.4

frunk_derives contains the custom derivations for certain traits in Frunk.
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_derives"
version = "0.2.4"
authors = ["Lloyd <lloydmeta@gmail.com>"]
description = "frunk_derives contains the custom derivations for certain traits in Frunk."
documentation = "https://docs.rs/frunk_derives"
keywords = ["Frunk", "derives"]
license = "MIT"
repository = "https://github.com/lloydmeta/frunk"

[lib]
proc-macro = true
[dependencies.frunk_core]
version = "0.2.4"

[dependencies.frunk_proc_macro_helpers]
version = "0.0.2"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
version = "0.15"
[badges.travis-ci]
repository = "lloydmeta/frunk"