avm1-parser 0.8.0

AVM1 parser
Documentation
# 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-parser"
version = "0.8.0"
authors = ["Charles Samborski <demurgos@demurgos.net>"]
description = "AVM1 parser"
homepage = "https://github.com/open-flash/avm1-parser"
documentation = "https://github.com/open-flash/avm1-parser"
readme = "./README.md"
keywords = ["ast", "swf", "avm1"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/open-flash/avm1-parser"

[lib]
name = "avm1_parser"
path = "src/lib.rs"

[[bin]]
name = "avm1-parser"
path = "src/main.rs"
[dependencies.avm1-tree]
version = "^0.8.0"

[dependencies.nom]
version = "^4.2.2"
[dev-dependencies.serde_json]
version = "^1.0.40"

[dev-dependencies.test-generator]
version = "^0.2.2"