oak-powershell 0.0.0

PowerShell script parser with support for modern PowerShell syntax and cmdlets.
Documentation
[dependencies.oak-core]
version = "0.0.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.oak-core]
features = ["testing"]
version = "0.0.0"

[features]
default = []

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

[package]
authors = ["Yggdrasill Team <192607617@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "PowerShell script parser with support for modern PowerShell syntax and cmdlets."
documentation = "https://docs.rs/oak-powershell"
edition = "2024"
homepage = "https://github.com/ygg-lang/oaks"
keywords = ["parser", "powershell", "scripting", "windows"]
license = "MPL-2.0"
name = "oak-powershell"
readme = "readme.md"
repository = "https://github.com/ygg-lang/oaks"
resolver = "2"
version = "0.0.0"

[package.metadata.docs.rs]
all-features = true

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