# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pl-hlist" version = "1.0.1" authors = ["Chris Campbell "] description = "Provides support for heterogeneous lists (known as `HList`s), which are functional, tuple-like, strongly-typed data structures that can contain elements of differing types." homepage = "https://github.com/plausiblelabs/hlist-rs" readme = "README.md" keywords = ["plausible", "hlist", "functional", "heterogeneous", "list"] license = "MIT" repository = "https://github.com/plausiblelabs/hlist-rs" [dependencies.pl-hlist-derive] version = "1.0.0"