composable 1.0.0

Easy composition of functional traits, functions or closures
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 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 = "composable"
version = "1.0.0"
authors = ["Frédérik Bilhaut <frederik.bilhaut@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy composition of functional traits, functions or closures"
homepage = "https://github.com/fbilhaut/composable"
documentation = "https://docs.rs/composable/"
readme = "Readme.md"
keywords = [
    "composition",
    "functional-traits",
]
license = "Apache-2.0"
repository = "https://github.com/fbilhaut/composable"

[lib]
name = "composable"
path = "src/lib.rs"