# 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 = "higher-kinded-types" version = "0.1.1" authors = ["Daniel Henry-Mantilla "] description = "\"Generic generics\" / higher-kinded APIs in stable Rust" documentation = "https://docs.rs/higher-kinded-types" readme = "README.md" keywords = [ "higher-kinded-types", "HKT", "gaGATt", "lending-iterator", "lifetime", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/higher-kinded-types.rs" [package.metadata.docs.rs] features = ["docs-rs"] rustdoc-args = [ "--html-before-content", "fix-docsrs-li-details-summary.html", ] [lib] path = "src/_lib.rs" [dependencies.never-say-never] version = "6.6.666" [dev-dependencies] [features] better-docs = [] default = [] docs-rs = [ "better-docs", "fn_traits", ] fn_traits = [] ui-tests = [ "better-docs", "fn_traits", ]