desox 0.3.4

(incomplete) MIFARE DESFire EV3 APDU bindings.
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 = "2024"
name = "desox"
version = "0.3.4"
authors = ["Paul Tagliamonte <paultag@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(incomplete) MIFARE DESFire EV3 APDU bindings."
readme = "README.md"
license = "MIT"
repository = "https://github.com/paultag/desox-rs"

[features]
default = []
pcsc = ["dep:pcsc"]
std = []
tracing = [
    "dep:tracing",
    "std",
    "dep:hex",
]

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

[dependencies.aes]
version = "0.9"

[dependencies.cbc]
version = "0.2"

[dependencies.crc32fast]
version = "1.5"
default-features = false

[dependencies.des]
version = "0.9"

[dependencies.getrandom]
version = "0.4"

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.pcsc]
version = "2.9"
optional = true

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.tokio]
version = "1.20"
features = [
    "io-util",
    "fs",
    "sync",
]

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
optional = true
default-features = false

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.hex-literal]
version = "1.1"

[dev-dependencies.tokio]
version = "1.20"
features = ["full"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(desox_replay_rw)"]