javascript-mel 0.10.0

Mélodium JavaScript language library
# 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.83"
name = "javascript-mel"
version = "0.10.0"
authors = ["Quentin VIGNAUD <quentin.vignaud@melodium.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mélodium JavaScript language library"
homepage = "https://melodium.tech"
readme = "README.md"
keywords = [
    "dataflow",
    "parallelization",
    "scalability",
    "async",
    "signal",
]
categories = [
    "compilers",
    "science",
    "concurrency",
    "asynchronous",
]
license = "EUPL-1.2"
repository = "https://gitlab.com/melodium/melodium"

[package.metadata.docs.rs]
features = ["mock"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "aarch64-unknown-linux-gnu",
    "aarch64-unknown-linux-musl",
    "x86_64-unknown-linux-gnu",
    "x86_64-unknown-linux-musl",
    "riscv64gc-unknown-linux-gnu",
    "s390x-unknown-linux-gnu",
    "aarch64-apple-darwin",
    "aarch64-pc-windows-msvc",
    "x86_64-pc-windows-gnu",
    "wasm32-unknown-unknown",
]

[features]
mock = []
plugin = []
real = []

[lib]
name = "javascript_mel"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.async-std]
version = "1.13"

[dependencies.boa_engine]
version = "0.20"

[dependencies.json-mel]
version = "0.10.0"

[dependencies.melodium-core]
version = "0.10.0"

[dependencies.melodium-macro]
version = "0.10.0"

[dependencies.serde_json]
version = "1.0.105"