[package] name = "avm1-tree" version = "0.8.0" authors = ["Charles Samborski "] description = "Abstract Syntax Tree (AST) for AVM1" documentation = "https://github.com/open-flash/avm1-tree" homepage = "https://github.com/open-flash/avm1-tree" repository = "https://github.com/open-flash/avm1-tree" readme = "./README.md" keywords = ["ast", "swf", "avm1"] license = "MIT/Apache-2.0" edition = "2018" [lib] name = "avm1_tree" path = "src/lib.rs" [[bin]] name = "avm1-tree" path = "src/main.rs" [dependencies] hex = "^0.4.0" serde = { version = "^1.0.101", features = ["derive"] } serde_json = "^1.0.40" [dev-dependencies] serde_json_v8 = "^0.0.1" test-generator = "^0.3.0"