swf-tree 0.0.9

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]
name = "swf-tree"
version = "0.0.9"
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"
repository = "https://github.com/open-flash/swf-tree"

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

[[bin]]
name = "swf-tree"
path = "src/main.rs"
[dependencies.serde_derive]
version = "^1.0.2"

[dependencies.regex]
version = "^0.2.1"

[dependencies.libflate]
version = "^0.1.4"

[dependencies.lazy_static]
version = "^0.2.8"

[dependencies.serde_json]
version = "^1.0.1"

[dependencies.rust-lzma]
version = "^0.2.1"

[dependencies.ordered-float]
version = "^0.5.0"
features = ["serde"]

[dependencies.nom]
version = "^2.2"

[dependencies.hex]
version = "^0.2.0"

[dependencies.num-traits]
version = "^0.1.37"

[dependencies.serde]
version = "^1.0.2"