[package] name = "functional-closures" version = "0.4.0" edition = "2021" authors = ["Aiden Kring"] description = "composable pure functions with the signature f(T) -> T" license = "GPL-3.0-or-later" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.1"