# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "avm1-tree" version = "0.8.0" authors = ["Charles Samborski "] description = "Abstract Syntax Tree (AST) for AVM1" homepage = "https://github.com/open-flash/avm1-tree" documentation = "https://github.com/open-flash/avm1-tree" readme = "./README.md" keywords = ["ast", "swf", "avm1"] license = "MIT/Apache-2.0" repository = "https://github.com/open-flash/avm1-tree" [lib] name = "avm1_tree" path = "src/lib.rs" [[bin]] name = "avm1-tree" path = "src/main.rs" [dependencies.hex] version = "^0.4.0" [dependencies.serde] version = "^1.0.101" features = ["derive"] [dependencies.serde_json] version = "^1.0.40" [dev-dependencies.serde_json_v8] version = "^0.0.1" [dev-dependencies.test-generator] version = "^0.3.0"