fresh-plugin-runtime 0.2.21

JavaScript plugin runtime for Fresh editor
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 = "fresh-plugin-runtime"
version = "0.2.21"
authors = ["Noam Lewis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JavaScript plugin runtime for Fresh editor"
homepage = "https://sinelaw.github.io/fresh/"
readme = false
license = "GPL-2.0"
repository = "https://github.com/sinelaw/fresh"

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

[dependencies.anyhow]
version = "1.0.100"
default-features = false

[dependencies.fresh-core]
version = "0.2.21"
features = ["plugins"]

[dependencies.fresh-parser-js]
version = "0.2.21"

[dependencies.fresh-plugin-api-macros]
version = "0.2.21"

[dependencies.lsp-types]
version = "0.97"

[dependencies.oxc_allocator]
version = "0.115.0"

[dependencies.oxc_codegen]
version = "0.115.0"
default-features = false

[dependencies.oxc_diagnostics]
version = "0.115.0"

[dependencies.oxc_parser]
version = "0.115.0"

[dependencies.oxc_span]
version = "0.115.0"

[dependencies.rquickjs]
version = "0.11"
features = [
    "futures",
    "macro",
]

[dependencies.rquickjs-serde]
version = "0.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.49"
features = [
    "fs",
    "io-util",
    "process",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.trash]
version = "5.2.5"

[dependencies.ts-rs]
version = "12.0"
features = ["serde_json"]

[target.'cfg(target_os = "freebsd")'.dependencies.rquickjs]
version = "0.11"
features = [
    "futures",
    "macro",
    "bindgen",
]