melon 0.9.0

A library for creating retro computing platforms
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 = "melon"
version = "0.9.0"
authors = ["Julian Laubstein <contact@julianlaubstein.de>"]
description = "A library for creating retro computing platforms"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bakervm/melon"

[[bin]]
name = "melon-dbg"
path = "dbg/main.rs"
[dependencies.byteorder]
version = "1.2.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.flate2]
version = "1.0.1"

[dependencies.rand]
version = "0.4.2"

[dependencies.rand_derive]
version = "0.3.1"

[dependencies.rmp-serde]
version = "0.13.7"

[dependencies.serde]
version = "1.0.38"

[dependencies.serde_derive]
version = "1.0.38"

[dependencies.structopt]
version = "0.2.7"