[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.209"
[dependencies.serde_json]
optional = true
version = "1.0.127"
[dependencies.serde_yaml]
optional = true
version = "0.9.34+deprecated"
[dependencies.toml]
optional = true
version = "0.8.19"
[dependencies.xxhash-rust]
features = ["xxh3"]
optional = true
version = "0.8.12"
[[example]]
name = "examples"
path = "examples/examples.rs"
[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"]
[lib]
name = "binconf"
path = "src/lib.rs"
[package]
authors = ["OLoKo64 <reinaldorozatoj.11cg1@aleeas.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.751"
[package.metadata.docs.rs]
all-features = true