[package] name = "auto-currying" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/xmh0511/auto-curry" description = "Automatically implement Curry for callable types such that they are curried functions" readme = "readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]