aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 00d5c8df0f8527f32b49e354183342c61f6bf6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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.8.1"
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
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 = []

[badges.travis-ci]
branch = "master"
repository = "tock/tock"