neon-dev 0.2.0

Neon3 local development and scenario tooling
# 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 = "neon-dev"
version = "0.2.0"
build = false
include = [
    "src/**",
    "assets/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
    "../LICENSE*",
    "../Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Neon3 local development and scenario tooling"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unco999/Neon3-CiJian"
resolver = "2"

[[bin]]
name = "neon-dev"
path = "src/main.rs"

[dependencies.neon-ipc]
version = "0.2.0"

[dependencies.neon-protocol]
version = "0.2.0"

[dependencies.neon-ui-runtime]
version = "0.2.0"

[dependencies.neon-ui-schema]
version = "0.2.0"

[dependencies.png]
version = "0.18"

[dependencies.serde_json]
version = "1.0"

[dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
]