oak-python 0.0.2

Hand-written Python frontend
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 = "2024"
name = "oak-python"
version = "0.0.2"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hand-written Python frontend"
readme = "README.md"
keywords = [
    "frontend",
    "language",
    "python",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MPL-2.0"
resolver = "2"

[features]
default = []
std = []

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

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

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

[dependencies.futures]
version = "0.3.31"

[dependencies.oak-core]
version = "0.0.2"
features = [
    "serde",
    "serde",
]

[dependencies.oak-highlight]
version = "0.0.2"

[dependencies.oak-hover]
version = "0.0.2"

[dependencies.oak-lsp]
version = "0.0.2"

[dependencies.oak-mcp]
version = "0.0.2"
features = ["io-std"]

[dependencies.oak-pretty-print]
version = "0.0.2"

[dependencies.oak-vfs]
version = "0.0.2"

[dependencies.serde]
version = "1.0.227"
features = ["derive"]

[dependencies.tokio]
version = "1.43.0"
optional = true
default-features = false

[dependencies.tracing]
version = "0.1.41"