phi_save_codec 0.2.3

Phigros Cloud Save Codec Library
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 = "phi_save_codec"
version = "0.2.3"
authors = ["Shua <CHA_Shua@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Phigros Cloud Save Codec Library"
readme = false
license = "MIT"
repository = "https://github.com/Shua-github/Phi-Save-Codec"

[features]
c_abi = [
    "rmp-serde",
    "serde",
]
default = []
with_serde = ["serde"]

[lib]
name = "phi_save_codec"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.rmp-serde]
version = "1.3.0"
optional = true

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

[dependencies.shua_struct]
version = "0.5.2"
features = ["all"]