svelte-compiler 0.1.4

Core compiler API for the Rust Svelte toolchain
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"
rust-version = "1.94"
name = "svelte-compiler"
version = "0.1.4"
authors = ["themixednuts"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core compiler API for the Rust Svelte toolchain"
readme = "README.md"
license = "MIT"
repository = "https://github.com/themixednuts/svelte"

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

[[example]]
name = "js_output_snapshots"
path = "examples/js_output_snapshots.rs"

[[example]]
name = "real_world_canaries"
path = "examples/real_world_canaries.rs"

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

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

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

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

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

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

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

[dependencies.aria-query]
version = "0.0.6"

[dependencies.base64]
version = "0.22.1"

[dependencies.biome_aria]
version = "0.5.7"

[dependencies.biome_aria_metadata]
version = "0.5.7"

[dependencies.bumpalo]
version = "3.17.0"
features = ["collections"]

[dependencies.camino]
version = "1.2.2"
features = ["serde1"]

[dependencies.futures]
version = "0.3.31"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.lightningcss]
version = "1.0.0-alpha.70"
default-features = false

[dependencies.memchr]
version = "2.8.0"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.oxc_allocator]
version = "0.118.0"

[dependencies.oxc_ast]
version = "0.118.0"
features = ["serialize"]

[dependencies.oxc_ast_visit]
version = "0.118.0"
features = ["serialize"]

[dependencies.oxc_codegen]
version = "0.118.0"

[dependencies.oxc_estree]
version = "0.118.0"
features = ["serialize"]

[dependencies.oxc_parser]
version = "0.118.0"

[dependencies.oxc_span]
version = "0.118.0"

[dependencies.oxc_syntax]
version = "0.118.0"

[dependencies.rustc-hash]
version = "1.1.0"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["raw_value"]

[dependencies.smallvec]
version = "1.15.1"

[dependencies.svelte-syntax]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tree-sitter]
version = "0.26.6"

[dependencies.tree-sitter-svelte]
version = "0.1.4"
package = "tree-sitter-htmlx-svelte"

[dependencies.unicode-ident]
version = "1.0.22"

[dependencies.winnow]
version = "0.7.14"

[dev-dependencies.datatest-stable]
version = "0.3.3"