ezno 0.0.23

A fast and correct TypeScript type checker and compiler with additional experiments. For use as a library or through the CLI
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 = "ezno"
version = "0.0.23"
authors = ["Ben <kaleidawave@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ezno"
description = "A fast and correct TypeScript type checker and compiler with additional experiments. For use as a library or through the CLI"
homepage = "https://kaleidawave.github.io/posts/introducing-ezno/"
readme = "README.md"
keywords = [
    "javascript",
    "typescript",
    "type-checker",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/kaleidawave/ezno"

[profile.dev]
debug = 0

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

[[bin]]
name = "ezno"
path = "src/main.rs"

[dependencies.argh]
version = "0.1"

[dependencies.base64]
version = "0.21"

[dependencies.checker]
version = "0.0.18"
features = [
    "ezno-parser",
    "serde-serialize",
]
package = "ezno-checker"

[dependencies.codespan-reporting]
version = "0.11"

[dependencies.console]
version = "0.15"

[dependencies.enum-variants-strings]
version = "0.3"

[dependencies.js-sys]
version = "0.3"

[dependencies.parser]
version = "0.1.7"
features = ["extras"]
package = "ezno-parser"

[dependencies.pretty_assertions]
version = "1.3.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.simple-json-parser]
version = "0.0.2"

[target.'cfg(not(target_family = "wasm"))'.dependencies.glob]
version = "0.3"

[target.'cfg(not(target_family = "wasm"))'.dependencies.multiline-term-input]
version = "0.1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.native-tls]
version = "0.2.11"

[target.'cfg(not(target_family = "wasm"))'.dependencies.notify]
version = "6.1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.notify-debouncer-full]
version = "0.3.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.self-replace]
version = "1.3.7"

[target.'cfg(target_family = "wasm")'.dependencies.console_error_panic_hook]
version = "0.1.7"

[target.'cfg(target_family = "wasm")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_family = "wasm")'.dependencies.serde-wasm-bindgen]
version = "0.6.3"

[target.'cfg(target_family = "wasm")'.dependencies.tsify]
version = "0.4.5"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-derive]
version = "0.2.1"