eta-cli 0.1.1

CLI for the Eta calculus
# 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"
rust-version = "1.75"
name = "eta-cli"
version = "0.1.1"
authors = ["Hans S. <hans@0x8.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Eta calculus"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/DaBigBlob/eta-rs"

[[bin]]
name = "eta"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.eta-core]
version = "0.3"