# 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 = "nand7400" version = "0.4.1" authors = ["Ian Pratt "] description = "An assembler library for the nand7400 computer, created by me during my internship at the WCL." homepage = "https://github.com/cogsandsquigs/nand7400" readme = "README.md" keywords = [ "assembler", "compiler", "cpu", "nand7400", ] categories = [ "compilers", "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/cogsandsquigs/nand7400" [dependencies.miette] version = "^5" [dependencies.num-traits] version = "^0.2" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "^1.9.3" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.thiserror] version = "^1" [dev-dependencies.miette] version = "^5" features = ["fancy"] [dev-dependencies.serde_json] version = "^1"