[package]
edition = "2024"
name = "hexga_io"
version = "0.0.11-beta.53"
authors = ["Mewily <thomas.mewily@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "io file abstraction based on serde to allow loading/saving/converting bytes with a custom extension"
homepage = "https://github.com/Thomas-Mewily/hexga"
readme = "README.md"
keywords = []
categories = [
"filesystem",
"encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Thomas-Mewily/hexga"
[features]
default = [
"serde",
"serde_rc",
]
serde = [
"dep:serde",
"hexga_encoding/serde",
]
serde_rc = [
"serde/rc",
"hexga_encoding/rc",
]
[lib]
name = "hexga_io"
path = "src/lib.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.hexga_encoding]
version = "0.0.11-beta.53"
default-features = false
[dependencies.serde]
version = "1.0.0"
optional = true