# 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 = "as3razen" version = "0.1.0" authors = ["hydroper "] description = "AS3Razen compiler" readme = "README.md" keywords = [ "actionscript", "as3", "compiler", ] license = "Apache-2.0" repository = "https://github.com/hydroper/as3razen" [lib] name = "as3razen" path = "lib.rs" [dependencies.as3_parser] version = "1.0" [dependencies.bitflags] version = "2.4.1" features = ["serde"] [dependencies.bytes] version = "1" [dependencies.file_paths] version = "1.0.0" [dependencies.maplit] version = "1.0.2" [dependencies.smodel] version = "1.0.8"