[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"