# 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-enum-derive" version = "0.3.0" authors = ["Metaswitch Networks Ltd"] description = "Derive macros to implement the frunk::LabelledGeneric trait on enums" documentation = "https://docs.rs/frunk-enum-derive" license = "MIT OR Apache-2.0" repository = "https://github.com/Metaswitch/frunk-enum" [lib] proc-macro = true [dependencies.frunk_proc_macro_helpers] version = "0.1" [dependencies.itertools] version = "0.12" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [dev-dependencies.frunk] version = "0.4.1" [dev-dependencies.frunk-enum-core] version = "0.3.0" [dev-dependencies.frunk_core] version = "0.4.1" [dev-dependencies.syn] version = "1.0" features = ["full"] [badges.travis-ci] repository = "Metaswitch/frunk-enum"