# 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 = "sunform-as3parser" version = "1.0.0" authors = ["hydroperfox "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ActionScript 3 parser" readme = "README.md" keywords = [ "actionscript", "as3", "parser", ] license = "Apache-2.0" repository = "https://github.com/sunformsdk/as3parser" [lib] name = "sunform_as3parser" path = "lib.rs" [dependencies.bitflags] version = "2.4.1" features = ["serde"] [dependencies.by_address] version = "1.1.0" [dependencies.bytes] version = "1" [dependencies.conv] version = "0.3.3" [dependencies.htmlentity] version = "1.3.1" [dependencies.hydroperfox-filepaths] version = "1.0.0" [dependencies.hydroperfox-lateformat] version = "1" [dependencies.hydroperfox-sourcetext] version = "1" [dependencies.lazy-regex] version = "3.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.num-bigint] version = "0.4" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" [dependencies.serde] version = "1.0.192" features = [ "rc", "derive", ] [dependencies.serde_json] version = "1.0.108" [dependencies.unicode-general-category] version = "0.6.0"