# 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 = "refl" version = "0.2.1" authors = ["Mazdak Farrokhzad"] description = "Provides a `refl` encoding which you can use to provide a proof\nwitness that one type is equivalent (identical) to another type.\nYou can use this to encode a subset of what GADTs allow you to in Haskell.\n" documentation = "https://docs.rs/refl" readme = "README.md" keywords = ["refl", "propositional", "equality", "type-level"] license = "MIT/Apache-2.0" repository = "https://github.com/Centril/refl" [dependencies] [badges.travis-ci] repository = "Centril/refl"