# 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" rust-version = "1.66.1" name = "higher-free-macro" version = "0.1.0" authors = [ "Andreas Grois", "stillalive studios", ] description = "A macro that creates a (naive) Free Monad type based on a user-supplied Functor. It uses the traits from the \"higher\" crate. This macro is a port of the Control.Monad.Free part of the \"free\" Haskell package by Edward Kmett." readme = "README.md" keywords = [ "functor", "monad", "category-theory", "haskell", "free-monad", ] categories = [ "mathematics", "data-structures", ] license = "MPL-2.0+" repository = "https://github.com/soulsource/higher-free-macro" [dependencies.higher] version = "0.2"