[[bench]]
harness = false
name = "big_file"
[[bin]]
name = "lsts"
path = "src/main.rs"
[dependencies.regex]
version = "1"
[dev-dependencies.criterion]
version = "0.3"
[package]
authors = ["Andrew <andrew@subarctic.org>"]
description = "Large Scale Type Systems"
documentation = "https://andrew-johnson-4.github.io/lsts-tutorial/"
edition = "2018"
keywords = ["type", "logic", "automated", "theorem", "proof"]
license = "MIT"
name = "lsts"
readme = "README.md"
repository = "https://github.com/andrew-johnson-4/LSTS"
version = "0.6.14"
[profile.release]
lto = true
opt-level = 3