joycon-driver 0.0.0

Driver for Nintendo Switch™
Documentation
# 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 = "joycon-driver"
version = "0.0.0"
description = "Driver for Nintendo Switch™"
license = "Apache-2.0"
repository = "https://github.com/eduidl/joycon-driver"
resolver = "2"
[dependencies.bitflags]
version = "1.3"

[dependencies.enumflags2]
version = "0.7"

[dependencies.hidapi]
version = "1.3"
default-features = false

[dependencies.nalgebra]
version = "0.29"

[dependencies.nom]
version = "7.1"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.anyhow]
version = "1.0"

[features]
default = ["hidapi/linux-static-hidraw"]
linux-static-hidraw = ["hidapi/linux-static-hidraw"]