dogelang 0.3.2

The Doge programming language — Python's ease, Rust's engine. Installs the `doge` CLI.
# 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.74"
name = "dogelang"
version = "0.3.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Doge programming language — Python's ease, Rust's engine. Installs the `doge` CLI."
homepage = "https://github.com/DogeLanguage/doge"
readme = "README.md"
keywords = [
    "doge",
    "language",
    "scripting",
    "cli",
    "compiler",
]
categories = [
    "command-line-utilities",
    "compilers",
]
license = "Apache-2.0"
repository = "https://github.com/DogeLanguage/doge"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "interp_examples"
path = "tests/interp_examples.rs"

[[test]]
name = "run_examples"
path = "tests/run_examples.rs"

[dependencies.doge-compiler]
version = "0.3.2"

[dependencies.doge-interp]
version = "0.3.2"

[dependencies.doge-lsp]
version = "0.3.2"

[dependencies.doge-runtime]
version = "0.3.2"