rml_amf0 0.3.0

Modules for handling the encoding and decoding of data with Adobe's Action Message Format 0 (AMF0 data format).
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 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]
name = "rml_amf0"
version = "0.3.0"
authors = ["Matthew Shapiro <me@mshapiro.net>"]
description = "Modules for handling the encoding and decoding of data with Adobe's Action Message Format 0 (AMF0 data format)."
documentation = "https://docs.rs/rml_amf0/"
readme = "README.md"
keywords = ["amf", "amf0"]
categories = ["encoding", "parsing"]
license = "MIT"
repository = "https://github.com/KallDrexx/rust-media-libs"
[dependencies.byteorder]
version = "1.3"

[dependencies.thiserror]
version = "1.0"