monadic 0.5.5

macros to define Haskell style monadic action blocks for IntoIterators, Reader, Writer, State, and macros for the transformers ReaderT and WriterT over Vec, LinkedList and VecDeque
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]
edition = "2018"
name = "monadic"
version = "0.5.5"
authors = ["Gabriel Riba Faura <griba2001@gmail.com>"]
description = "macros to define Haskell style monadic action blocks for IntoIterators, Reader, Writer, State, and macros for the transformers ReaderT and WriterT over Vec, LinkedList and VecDeque"
homepage = "https://github.com/griba2001/rust-monadic"
documentation = "https://docs.rs/monadic"
readme = "README.md"
license = "MIT"
repository = "https://github.com/griba2001/rust-monadic.git"

[lib]
name = "monadic"

[dependencies]
[dev-dependencies.num]
version = "0.2"

[dev-dependencies.partial_application]
version = "0.2"

[dev-dependencies.quickcheck]
version = "0.9"

[features]
default = ["reader", "reader_trans", "writer", "writer_trans", "state", "state_trans"]
reader = []
reader_trans = []
state = []
state_trans = []
writer = []
writer_trans = []