# 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] edition = "2018" name = "rlfsc" version = "0.2.2" authors = ["Alex Ozdemir "] exclude = ["benches"] description = "A checker for the LFSC proof language" homepage = "https://github.com/alex-ozdemir/rlfsc" documentation = "https://github.com/alex-ozdemir/rlfsc" readme = "README.md" keywords = ["type-checker", "proof-checker", "dependent-types", "LFSC", "SMT"] categories = ["command-line-utilities", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/alex-ozdemir/rlfsc" [dependencies.atty] version = "0.2.14" [dependencies.logos] version = "^0.11.4" [dependencies.rlimit] version = "0.4.0" [dependencies.rug] version = "1.8.0" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.18" [dependencies.yansi] version = "0.5.0"