rascal 0.2.5

A parser and compiler for Flash ActionScript 2 files into SWFs
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 = "rascal"
version = "0.2.5"
authors = ["Nathan Adams <dinnerbone@dinnerbone.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser and compiler for Flash ActionScript 2 files into SWFs"
readme = false
keywords = [
    "actionscript",
    "flash",
    "swf",
]
categories = [
    "compilers",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Dinnerbone/Rascal"

[features]
default = []
winnow-debug = ["winnow/debug"]

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

[dependencies.annotate-snippets]
version = "0.12.15"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

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

[dependencies.swf]
version = "0.2.2"

[dependencies.winnow]
version = "1.0.2"

[dev-dependencies.insta]
version = "1.47.2"
features = [
    "yaml",
    "glob",
]