swf-tree 0.8.0

Abstract Syntax Tree (AST) for SWF files
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 = "swf-tree"
version = "0.8.0"
authors = ["Charles Samborski <demurgos@demurgos.net>"]
description = "Abstract Syntax Tree (AST) for SWF files"
homepage = "https://github.com/open-flash/swf-tree"
documentation = "https://github.com/open-flash/swf-tree"
readme = "./README.md"
keywords = ["ast", "swf"]
license = "MIT/Apache-2.0"
repository = "https://github.com/open-flash/swf-tree"

[lib]
name = "swf_tree"
path = "src/lib.rs"
[dependencies.hex]
version = "^0.3.2"

[dependencies.serde]
version = "^1.0.89"
features = ["derive"]

[dependencies.swf-fixed]
version = "^0.1.4"
[dev-dependencies.serde_json_v8]
version = "^0.0.1"

[dev-dependencies.test-generator]
version = "^0.2.2"
[badges.travis-ci]
branch = "master"
repository = "open-flash/swf-tree"