# 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 = "2021" name = "libxas" version = "0.1.0" authors = ["Amy Parker "] build = false description = "Extendable Assembler library" homepage = "https://github.com/amyipdev/libxas" documentation = "https://docs.rs/libxas" readme = "README.md" keywords = [ "assembly", "library", "assembler", "moddable", "extension", ] categories = ["compilers"] license = "GPL-2.0-or-later" repository = "https://github.com/amyipdev/libxas" resolver = "2" [lib] name = "libxas" path = "src/lib.rs" [dependencies.log] version = "0.4.17" [dependencies.num-traits] version = "0.2.15" [features] chip8 = ["chip8-raw"] chip8-raw = [] default = [ "rawbin", "chip8", "chip8-raw", ] rawbin = [] [badges.maintenance] status = "actively-developed"