mirror of
https://gitlab.com/fabinfra/fabaccess/nfc_rs.git
synced 2025-03-12 06:41:46 +01:00
22 lines
438 B
TOML
22 lines
438 B
TOML
[package]
|
|
name = "nfc"
|
|
version = "0.1.0"
|
|
authors = ["Kai Jan Kriegel <kai@kjkriegel.de>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
des = "0.6.0"
|
|
aes = "0.6.0"
|
|
block-modes = "0.7.0"
|
|
simple-error = "0.2.3"
|
|
hex = "0.4.2"
|
|
num-traits = "0.2.14"
|
|
num-derive = "0.3.3"
|
|
rand = "0.8.3"
|
|
|
|
[dev-dependencies]
|
|
hex-literal = "0.3.1"
|