customasm 0.10.6

An assembler for custom, user-defined instruction sets!
Documentation
[[bin]]
name = "customasm"
path = "src/main.rs"
[dependencies.getopts]
version = "0.2.17"

[dependencies.num-bigint]
default_features = false
version = "0.1"

[dependencies.num-integer]
default_features = false
version = "0.1"

[dependencies.num-traits]
default_features = false
version = "0.1"

[lib]
crate-type = ["lib", "cdylib"]
name = "customasm"
path = "src/lib.rs"

[package]
authors = ["Henrique Lorenzi <https://hlorenzi.com>"]
categories = ["command-line-utilities", "hardware-support"]
description = "An assembler for custom, user-defined instruction sets!"
edition = "2018"
exclude = ["web/*"]
homepage = "https://github.com/hlorenzi/customasm"
keywords = ["asm", "assembler", "assembly", "custom"]
license = "Apache-2.0"
name = "customasm"
readme = "README.md"
repository = "https://github.com/hlorenzi/customasm"
version = "0.10.6"