assembly 0.3.2

Library for files/resources for LU related software
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 = "assembly"
version = "0.3.2"
authors = ["Xiphoseer"]
description = "Library for files/resources for LU related software"
homepage = "https://xiphoseer.github.io"
license = "MIT"
repository = "https://github.com/xiphoseer/assembly_rs"

[[bin]]
name = "assembly-engineer"
path = "src/bin/engineer/main.rs"

[[bin]]
name = "assembly-inventor"
path = "src/bin/inventor/main.rs"

[[bin]]
name = "assembly-summoner"
path = "src/bin/summoner/main.rs"
[dependencies.base64]
version = "0.10"

[dependencies.cfb]
version = "0.3.1"

[dependencies.encoding]
version = "0.2"

[dependencies.getopts]
version = "0.2"

[dependencies.nom]
version = "^4.2"
features = []

[dependencies.num-derive]
version = "0.2"

[dependencies.num-traits]
version = "0.2"