# 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" rust-version = "1.60.0" name = "avm1-parser" version = "0.14.0" authors = ["Charles Samborski "] description = "AVM1 parser" homepage = "https://github.com/open-flash/avm1-parser" documentation = "https://docs.rs/avm1-parser" readme = "./README.md" keywords = [ "ast", "swf", "avm1", ] license = "AGPL-3.0-or-later" repository = "https://github.com/open-flash/avm1-parser" resolver = "2" [lib] name = "avm1_parser" path = "src/lib.rs" [dependencies.avm1-types] version = "0.14.0" default-features = false [dependencies.nom] version = "7.1.1" [dependencies.vec1] version = "1.8.0" [dev-dependencies.avm1-types] version = "0.14.0" default-features = true [dev-dependencies.serde] version = "1.0.137" [dev-dependencies.serde_json_v8] version = "0.1.1" [dev-dependencies.test-generator] version = "0.3.0"