avm1-tree 0.6.0

Abstract Syntax Tree (AST) for AVM1
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-tree"
version = "0.6.0"
authors = ["Charles Samborski <demurgos@demurgos.net>"]
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.3.2"

[dependencies.serde]
version = "^1.0.91"

[dependencies.serde_derive]
version = "^1.0.91"

[dependencies.serde_json]
version = "^1.0.39"
[dev-dependencies.serde_json_v8]
version = "^0.0.1"

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