# 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 = "2021" name = "bytebox" version = "0.1.1" description = "Easy and performant data storage inspired by Flutter's shared_preferences." homepage = "https://github.com/drafteddev/bytebox" documentation = "https://docs.rs/bytebox" readme = "README.md" keywords = [ "storage", "msgpack", "serde", ] categories = [ "config", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drafteddev/bytebox" [[example]] name = "hello_world" path = "examples/hello_world.rs" required-features = ["path"] [dependencies.bevy] version = "0.12.1" optional = true default-features = false [dependencies.dirs] version = "5.0.1" optional = true [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.bevy] version = "0.12.1" default-features = false [features] bevy = ["dep:bevy"] default = ["path"] path = ["dep:dirs"]