File: Cargo.toml

package info (click to toggle)
rust-kanata-keyberon 0.190.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,228 kB
  • sloc: makefile: 4
file content (53 lines) | stat: -rw-r--r-- 1,331 bytes parent folder | download
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
42
43
44
45
46
47
48
49
50
51
52
53
# 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 = "kanata-keyberon"
version = "0.190.0"
authors = [
    "Guillaume Pinot <texitoi@texitoi.eu>",
    "Robin Krahl <robin.krahl@ireas.org>",
    "jtroo <j.andreitabs@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust keyboard firmware. Fork intended for use with kanata."
documentation = "https://docs.rs/keyberon"
readme = "README.md"
keywords = [
    "keyboard",
    "kanata",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/TeXitoi/keyberon"

[lib]
name = "kanata_keyberon"
path = "src/lib.rs"

[dependencies.arraydeque]
version = "0.5.1"
default-features = false

[dependencies.heapless]
version = "0.8.0"

[dependencies.kanata-keyberon-macros]
version = "0.2.0"

[dependencies.rustc-hash]
version = "1.1.0"