[[example]]
name = "examples"
[dependencies.bincode]
optional = true
version = "1.3.3"
[dependencies.dirs]
version = "5.0.1"
[dependencies.ron]
optional = true
version = "0.8.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.194"
[dependencies.serde_json]
optional = true
version = "1.0.110"
[dependencies.serde_yaml]
optional = true
version = "0.9.30"
[dependencies.toml]
optional = true
version = "0.8.8"
[dependencies.xxhash-rust]
features = ["xxh3"]
optional = true
version = "0.8.8"
[features]
binary-conf = ["dep:bincode", "dep:xxhash-rust"]
default = ["binary-conf"]
full = ["binary-conf", "toml-conf", "json-conf", "yaml-conf", "ron-conf"]
json-conf = ["dep:serde_json"]
ron-conf = ["dep:ron"]
toml-conf = ["dep:toml"]
yaml-conf = ["dep:serde_yaml"]
[package]
authors = ["OLoKo64 <reinaldorozatoj.11cg1@aleeas.com>"]
categories = ["config"]
description = "Save and load from a binary configuration file with ease."
edition = "2021"
keywords = ["hash", "config", "binary", "toml", "json"]
license = "MIT"
name = "binconf"
readme = "README.md"
repository = "https://github.com/OLoKo64/binconf"
version = "0.2.700"
[package.metadata.docs.rs]
all-features = true