# 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 = "lsts" version = "0.6.34" authors = ["Andrew "] description = "Large Scale Type Systems" documentation = "https://andrew-johnson-4.github.io/lsts-tutorial/" readme = "README.md" keywords = [ "type", "logic", "automated", "theorem", "proof", ] license = "MIT" repository = "https://github.com/andrew-johnson-4/LSTS" [[bin]] name = "lsts" path = "src/main.rs" [[bench]] name = "big_file" harness = false [dependencies.gag] version = "1" [dependencies.lambda_mountain] version = "0.0.16" [dependencies.regex] version = "1"