polytype 5.0.2

A Hindley-Milner polymorphic typing system.
Documentation
# 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]
name = "polytype"
version = "5.0.2"
authors = ["Lucas Morales <lucas@lucasem.com>"]
description = "A Hindley-Milner polymorphic typing system."
homepage = "https://github.com/lucasem/polytype-rs"
documentation = "https://docs.rs/polytype"
readme = "README.md"
keywords = ["typing", "language", "type", "inference", "unification"]
categories = ["science", "data-structures", "algorithms"]
license = "MIT"
repository = "https://github.com/lucasem/polytype-rs"
[dependencies.itertools]
version = "0.7"

[dependencies.nom]
version = "4.0.0"