# 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] edition = "2018" name = "msx-mcp" version = "0.4.1" authors = ["Alvaro Polo "] description = "MSX CAS Packager, a CLI tool to manage MSX CAS files" license = "MPL-2.0" license-file = "COPYING" [dependencies.byteorder] version = "1.3.1" [dependencies.docopt] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.tempdir] version = "0.3"