# 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 = "nclosure" version = "0.1.0" authors = ["Matti Bryce "] description = "Provides composable, nameable closure types with separated states and functionality for use in APIs where anonymous types are unavailable" homepage = "https://gitlab.com/infomorphic-matti/computronium/tree/main/nclosure" documentation = "https://docs.rs/nclosure" readme = "README.md" keywords = [ "closures", "no-std", "functional", "api", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://gitlab.com/infomorphic-matti/computronium/" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.chain-trans] version = "1" [features] alloc = [] default = ["std"] std = ["alloc"]