licenses.dev

mfrc522 v0.6.1

A platform agnostic driver to interface the MFRC522 (RFID reader/writer)

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT33
PackageRelationDependenciesPublished
anyhow • 1.0.98Flexible concrete Error type built on std::error::ErrorDIRECT0
atomic-polyfill • 1.0.3Atomic polyfills, for targets where they're not available.INDIRECT1
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cast • 0.3.0Ergonomic, checked cast functions for primitive typesINDIRECT0
cc • 1.2.29A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cfg-if • 1.0.1A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
critical-section • 1.2.0Cross-platform critical sectionINDIRECT0
embedded-hal-mock • 0.10.0-rc.2A collection of mocked devices that implement the embedded-hal traitsDIRECT13
embedded-hal • 0.2.7 A Hardware Abstraction Layer (HAL) for embedded systems DIRECT3
embedded-hal • 1.0.0-rc.1 A Hardware Abstraction Layer (HAL) for embedded systems DIRECT0
embedded-time • 0.12.1Fully defined, inter-operable, ergonomic, and fast human-time units (both duration and rate types) with hardware timer abstraction and software timers.INDIRECT7
hash32 • 0.2.132-bit hashing algorithmsINDIRECT1
heapless • 0.7.17`static` friendly data structures that don't require dynamic memory allocationDIRECT11
i2cdev • 0.5.1Provides API for safe access to Linux i2c device interface. INDIRECT9
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
linux-embedded-hal • 0.3.2Implementation of the `embedded-hal` traits for Linux devicesDIRECT21
lock_api • 0.4.13Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
nb • 0.1.3Minimal non-blocking I/O layerINDIRECT1
nb • 1.1.0Minimal non-blocking I/O layerINDIRECT0
num-complex • 0.3.1Complex numbers implementation for RustINDIRECT2
num-integer • 0.1.46Integer traits and functionsINDIRECT2
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.3.2Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
num • 0.3.1A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! INDIRECT6
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
spidev • 0.5.2Provides access to the Linux spidev interface. This interface allows for configuration of the spidev device, half-duplex SPI access, and full-duplex SPI access. INDIRECT8
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
sysfs_gpio • 0.6.2Provides access to GPIOs using the Linux sysfs interface.INDIRECT8
MIT8
PackageRelationDependenciesPublished
ioctl-rs • 0.1.6Rust bindings for system ioctls.INDIRECT1
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
nix • 0.23.2Rust friendly bindings to *nix APIsINDIRECT7
serial-core • 0.4.0Rust abstractions for serial ports.INDIRECT1
serial-unix • 0.4.0Serial port implementation for Unix.INDIRECT4
spin • 0.9.8Spin-based synchronization primitivesINDIRECT3
termios • 0.2.2Safe bindings for the termios library.INDIRECT1
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/mfrc522)](https://licenses.dev/cargo/mfrc522)
<a href="https://licenses.dev/cargo/mfrc522">
  <img src="https://licenses.dev/b/cargo/mfrc522" alt="licenses" />
</a>

Or the licenses badge code for the 0.6.1 version:

[![licenses](https://licenses.dev/b/cargo/mfrc522/0.6.1)](https://licenses.dev/cargo/mfrc522/0.6.1)
<a href="https://licenses.dev/cargo/mfrc522/0.6.1">
  <img src="https://licenses.dev/b/cargo/mfrc522/0.6.1" alt="licenses" />
</a>
GitHub