[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
required-features = ["path"]
[dependencies.dirs]
optional = true
version = "5.0.1"
[dependencies.rmp-serde]
version = "1.1.2"
[dependencies.serde]
features = ["derive"]
version = "1"
[features]
default = ["path"]
path = ["dep:dirs"]
[package]
categories = ["config", "encoding"]
description = "Easy and performant data storage."
documentation = "https://docs.rs/bytebox"
edition = "2021"
homepage = "https://github.com/drafteddev/bytebox"
keywords = ["storage", "msgpack", "serde"]
license = "MIT OR Apache-2.0"
name = "bytebox"
readme = "README.md"
repository = "https://github.com/drafteddev/bytebox"
version = "0.1.0"