# 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 = "tock-registers" version = "0.9.0" authors = ["Tock Project Developers "] description = "Memory-Mapped I/O and register interface developed for Tock." homepage = "https://www.tockos.org/" readme = "README.md" keywords = [ "tock", "embedded", "registers", "mmio", "bare-metal", ] categories = [ "data-structures", "embedded", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/tock/tock/tree/master/libraries/tock-register-interface" [features] default = ["register_types"] register_types = []