hexga_encoding 0.0.11-beta.42

Encoding and I/O abstraction for loading, saving, and converting data with custom extensions and media types, with optional Serde integration.
[dependencies.base64]
version = "0.22.1"

[dependencies.bincode]
optional = true
version = "1.3.3"

[dependencies.hexga_core]
default-features = true
version = "0.0.11-beta.42"

[dependencies.hexga_encoding_derive]
default-features = true
optional = true
version = "0.0.11-beta.42"

[dependencies.ron]
optional = true
version = "0.11.0"

[dependencies.serde]
optional = true
version = "1.0.0"

[dependencies.serde-xml-rs]
optional = true
version = "0.8.1"

[dependencies.serde_json]
optional = true
version = "1.0.133"

[features]
default = ["serde", "rc", "derive"]
derive = ["dep:hexga_encoding_derive"]
rc = ["serde/rc"]
serde = ["dep:serde", "dep:ron", "dep:serde_json", "dep:serde-xml-rs", "dep:bincode", "hexga_core/serde"]

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

[package]
authors = ["Mewily <thomas.mewily@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "filesystem", "data-structures"]
description = "Encoding and I/O abstraction for loading, saving, and converting data with custom extensions and media types, with optional Serde integration."
edition = "2024"
homepage = "https://github.com/Thomas-Mewily/hexga"
keywords = ["encoding", "serde", "data-url", "load", "save"]
license = "MIT OR Apache-2.0"
name = "hexga_encoding"
readme = "README.md"
repository = "https://github.com/Thomas-Mewily/hexga"
version = "0.0.11-beta.42"