hexga_encoding 0.0.11-beta.49

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

[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"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.hexga_core]
version = "0.0.11-beta.49"
features = ["std"]
default-features = false

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

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

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

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

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