# 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.65" name = "higher" version = "0.2.0" authors = ["Bodil Stokke "] exclude = ["release.toml"] description = "Functors, Applicatives, Monads and other bad ideas" documentation = "http://docs.rs/higher" readme = "README.md" keywords = [ "functor", "applicative", "monad", "category-theory", "haskell", ] categories = ["data-structures"] license = "MPL-2.0+" repository = "https://github.com/bodil/higher" resolver = "1" [dependencies.futures] version = "0.3.25" features = ["thread-pool"] optional = true [dependencies.higher-derive] version = "0.2.0" [features] default = [ "std", "effect", "io", ] effect = ["futures"] io = [ "std", "futures", ] std = [] test = ["std"]