sim-codec-javascript 0.1.0

Bounded, lossless ECMAScript 2026 source frontend for SIM
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 = "sim-codec-javascript"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded, lossless ECMAScript 2026 source frontend for SIM"
homepage = "https://github.com/sim-nest/sim-codecs"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-codecs"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sim-codec]
version = "0.1.8"

[dependencies.sim-codec-json]
version = "0.2.1"

[dependencies.sim-codec-pratt]
version = "0.1.3"

[dependencies.sim-kernel]
version = "0.2.0"

[dev-dependencies.sim-test-support]
version = "0.1.1"

[lints.rust]
unsafe_code = "forbid"