actypes 1.2.0

Add runtime type checking to your Typescript code
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 = "actypes"
version = "1.2.0"
authors = ["QuentinGruber"]
description = "Add runtime type checking to your Typescript code"
readme = "README.md"
license = "MIT"
repository = "https://github.com/QuentinGruber/actually_checked_typescript"

[package.metadata.wix]
path-guid = "6A029C38-0AF3-4B08-9852-080E7BF1D11A"
upgrade-guid = "C328052E-DB0A-4A06-B1E3-51AC862BF67E"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 3
lto = true
strip = true

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

[dependencies.clap]
version = "4.5.1"
features = ["derive"]

[dependencies.swc_common]
version = "0.33.15"

[dependencies.swc_ecma_ast]
version = "0.112.4"

[dependencies.swc_ecma_parser]
version = "0.143.5"
features = ["typescript"]