# 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 = "n64-pac" version = "0.3.3" authors = ["Luke Stadem "] description = "Provides low-level CPU and register abstractions for the Nintendo 64 console" readme = "README.md" keywords = [ "no_std", "n64", "pac", "embedded", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT" repository = "https://github.com/bigbass1997/n64-pac" [dependencies.num_enum] version = "0.5" default-features = false [dependencies.paste] version = "1" [dependencies.proc-bitfield] version = "0.2"