litex-lang 0.9.88-beta

The Formal Way to Write Math as It Looks
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 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"
name = "litex-lang"
version = "0.9.88-beta"
authors = ["Jiachen Shen"]
build = false
exclude = [
    "litex/.binary/*",
    "assets/*",
    "examples/*",
    "doc/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Formal Way to Write Math as It Looks"
homepage = "https://litexlang.com"
readme = "README.md"
keywords = [
    "proof",
    "formal-verification",
    "theorem-prover",
    "mathematics",
]
categories = [
    "command-line-utilities",
    "mathematics",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/litexlang/golitex"

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

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

[dependencies]