customasm 0.10.6

An assembler for custom, user-defined instruction sets!
Documentation
[package]

name = "customasm"

version = "0.10.6"

edition = "2018"

authors = ["Henrique Lorenzi <https://hlorenzi.com>"]

description = "An assembler for custom, user-defined instruction sets!"

homepage = "https://github.com/hlorenzi/customasm"

repository = "https://github.com/hlorenzi/customasm"

readme = "README.md"

license = "Apache-2.0"

keywords = ["asm", "assembler", "assembly", "custom"]

categories = ["command-line-utilities", "hardware-support"]

exclude = ["web/*"]



[lib]

crate-type = ["lib", "cdylib"]

name = "customasm"

path = "src/lib.rs"



[[bin]]

name = "customasm"

path = "src/main.rs"



[dependencies]

getopts = "0.2.17"

num-bigint = { version = "0.1", default_features = false }

num-traits = { version = "0.1", default_features = false }

num-integer = { version = "0.1", default_features = false }