# 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 = "fxrazen" version = "0.1.4" authors = ["hydroper "] description = "FXRazen compiler" readme = "README.md" keywords = [ "actionscript", "as3", "compiler", ] license = "Apache-2.0" repository = "https://github.com/hydroper/fxrazen" [lib] name = "fxrazen" path = "lib.rs" [dependencies.as3_parser] version = "1" [dependencies.bitflags] version = "2.4.1" features = ["serde"] [dependencies.by_address] version = "1.2.1" [dependencies.bytes] version = "1" [dependencies.conv] version = "0.3.3" [dependencies.dotenvy] version = "0.15.7" [dependencies.file_paths] version = "1.0.0" [dependencies.late_format] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" [dependencies.smodel] version = "1"