[dependencies.tora_derive]
optional = true
version = "0.1.0"
[features]
default = ["read_impl", "tora_derive"]
derive = ["tora_derive"]
read_impl = []
[package]
categories = ["data-structures", "encoding", "filesystem", "network-programming", "parsing"]
description = "A lite, byte-based serialization and deserialization library."
edition = "2021"
keywords = ["bytes", "network", "packet", "serde", "bson"]
license-file = "LICENSE"
name = "tora"
readme = "README.md"
repository = "https://github.com/imajindevon/tora"
version = "0.1.1"