# 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 = "tlist" version = "0.7.0" authors = ["Qqwy / Marten"] description = "Type-level linked lists (of types) and type-level 'functions' to manipulate them. Because TList is implemented using GATs, usage is very ergonomic." readme = "README.md" keywords = [ "generic", "tlist", "functional", "list", "no_std", ] categories = [ "no-std", "no-std::no-alloc", "data-structures", "algorithms", "rust-patterns", ] license = "MIT" repository = "https://github.com/qqwy/rust-tlist" [package.metadata.docs.rs] features = ["doc"] [dependencies.typenum] version = "1.16.0" optional = true [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.typenum] version = "1.16.0" [features] doc = ["typenum"] typenum = ["dep:typenum"]