[dependencies.chorba_macro]
version = "0.1.0"
[dependencies.thiserror]
version = "1"
[lib]
name = "chorba"
path = "src/lib.rs"
[package]
authors = ["myyrakle <sssang97@naver.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "chorba"
documentation = "https://github.com/myyrakle/chorba/blob/master/README.md"
edition = "2024"
exclude = []
homepage = "https://github.com/myyrakle/chorba/blob/master/README.md"
include = ["src/*", "Cargo.toml"]
keywords = ["encode", "binary"]
license = "MIT"
name = "chorba"
readme = "README.md"
repository = "https://github.com/myyrakle/chorba"
resolver = "2"
version = "0.1.0"