# 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 = "kontroli" version = "0.4.0" authors = ["Michael Färber "] description = "Type checking for the lambda-Pi calculus modulo rewriting" readme = "../README.md" keywords = [ "verification", "dependent-types", "type-checking", "rewriting", "dedukti", ] categories = [ "concurrency", "no-std", "science", ] license = "GPL-3.0-only" repository = "https://github.com/01mf02/kontroli-rs" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.dedukti-parse] version = "0.3.1" [dependencies.fnv] version = "1.0.7" [dependencies.im] version = "15.1.0" [dependencies.lazy-st] version = "0.2" [dependencies.log] version = "0.4.17" [dependencies.nested-modules] version = "0.2" [dev-dependencies.colosseum] version = "0.2.2" [dev-dependencies.criterion] version = "0.3.5"