# 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 = "2018" name = "polytype" version = "7.0.1" authors = [ "Lore Anaya Pozo ", "Joshua S. Rule ", ] description = "A Hindley-Milner polymorphic typing system." homepage = "https://github.com/lorepozo/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/lorepozo/polytype-rs" [dependencies.indexmap] version = "2.1.0" [dependencies.itertools] version = "0.12.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.winnow] version = "0.5.28" [features] default = ["parser"] parser = []