mag-image-decoder 0.1.0

MAG image decoder
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]
edition = "2018"
name = "mag-image-decoder"
version = "0.1.0"
authors = ["yasuhara <yasuhara@gmail.com>"]
exclude = ["*.iml", "*.yml"]
description = "MAG image decoder"
documentation = "https://docs.rs/mag-image-decoder"
readme = "README.md"
keywords = ["mag", "decoder", "image"]
categories = ["multimedia::images", "command-line-utilities"]
license = "MIT / Apache-2.0"
repository = "https://bitbucket.org/yshryk/mag-image-decoder"

[lib]
name = "mag_image_decoder"

[[bin]]
name = "magdecode"
path = "src/main.rs"
doc = false
[dependencies.bit-vec]
version = "0.6"

[dependencies.byteorder]
version = "1.0"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.image]
version = "0.22"

[dependencies.log]
version = "0.4"

[dependencies.simple_logger]
version = "1.0"

[dependencies.structopt]
version = "0.2"