foxmark3 0.1.1

Send/receive Proxmark 3 commands
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 = "foxmark3"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Send/receive Proxmark 3 commands"
readme = "README.md"
keywords = [
    "proxmark",
    "proxmark3",
    "rfid",
    "nfc",
]
categories = ["hardware-support"]
license = "BSD-3-Clause"
repository = "https://git.sr.ht/~malicean/foxmark3"

[features]
serde = [
    "dep:serde",
    "bitflags/serde",
]
sqlx = ["dep:sqlx"]

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

[[example]]
name = "hid_iclass"
path = "examples/hid_iclass.rs"

[[example]]
name = "iso14443a"
path = "examples/iso14443a.rs"

[[example]]
name = "meta"
path = "examples/meta.rs"

[dependencies.bitfield-struct]
version = "0.12.1"

[dependencies.bitflags]
version = "2.9.3"
features = ["bytemuck"]

[dependencies.bytemuck]
version = "1.23.2"
features = [
    "derive",
    "min_const_generics",
]

[dependencies.contracts]
version = "0.6.7"

[dependencies.crc]
version = "3.3.0"

[dependencies.debug-ignore]
version = "1.0.5"

[dependencies.derive_more]
version = "2.0.1"
features = [
    "as_ref",
    "deref",
    "deref_mut",
    "from",
    "index",
    "index_mut",
    "into",
    "into_iterator",
    "try_from",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.serialport]
version = "4.8.1"

[dependencies.sqlx]
version = "0.8.6"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[target.'cfg(target_os = "linux")'.dependencies.udev]
version = "0.9.3"