minitt 0.2.2

Mini-TT, a dependently-typed lambda calculus, extended and implementated in Rust
Documentation
# 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 = "minitt"
version = "0.2.2"
authors = ["ice1000 <ice1000kotlin@foxmail.com>"]
description = "Mini-TT, a dependently-typed lambda calculus, extended and implementated in Rust"
documentation = "https://docs.rs/minitt"
readme = "README.md"
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/owo-lang/minitt-rs"

[lib]
name = "minitt"
path = "src/lib.rs"

[[bin]]
name = "minittc"
path = "src/main.rs"
required-features = ["cli", "parser", "pretty"]
[dependencies.clap]
version = "2.32.0"
features = ["wrap_help"]
optional = true

[dependencies.pest]
version = "2.1.0"
optional = true

[dependencies.pest_derive]
version = "2.1.0"
optional = true

[dependencies.rustyline]
version = "3.0.0"
optional = true

[dependencies.structopt]
version = "0.2"
optional = true

[features]
cli = ["clap", "structopt", "rustyline"]
default = ["pretty", "parser"]
parser = ["pest", "pest_derive"]
pretty = []
[badges.appveyor]
repository = "owo-lang/minitt-rs"
service = "github"

[badges.circle-ci]
branch = "master"
repository = "owo-lang/minitt-rs"

[badges.is-it-maintained-issue-resolution]
repository = "owo-lang/minitt-rs"

[badges.is-it-maintained-open-issues]
repository = "owo-lang/minitt-rs"

[badges.maintenance]
status = "actively-developed"