# 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 = "naan" version = "0.1.32" authors = ["Orion Kindel "] description = "A fast, easy, and tasty functional programming prelude" documentation = "https://docs.rs/naan" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cakekindel/naan" [package.metadata.docs.rs] features = ["docs"] rustc-args = [ "--cfg", "docsrs", ] [dependencies.tinyvec] version = "1.6.0" features = ["rustc_1_57"] optional = true [features] alloc = [] default = [ "std", "alloc", ] docs = ["tinyvec"] std = ["alloc"] test = [] tinyvec = ["dep:tinyvec"] [badges.maintenance] status = "actively-developed"