ygopro-data 0.1.1

Data models for the YGOPro protocol: cards, messages and replay structures.
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 = "ygopro-data"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data models for the YGOPro protocol: cards, messages and replay structures."
readme = "README.md"
keywords = ["ygopro"]
license-file = "LICENSE"
repository = "https://github.com/iamipanda/ygopru"
resolver = "2"

[features]
card = ["dep:rusqlite"]
default = ["card"]

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

[dependencies.binrw]
version = "0.13"

[dependencies.bitflags]
version = "2.4"

[dependencies.bytes]
version = "1.11.1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.lzma-rs]
version = "0.3"

[dependencies.modular-bitfield]
version = "0.13.1"

[dependencies.num_enum]
version = "0.7"

[dependencies.rusqlite]
version = "0.39"
features = [
    "bundled",
    "serialize",
]
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.ygopro-derive]
version = "0.1.1"

[build-dependencies.darling]
version = "0.14"

[build-dependencies.syn]
version = "1.0"