[dependencies.anyhow]
version = "1.0.100"
[dependencies.justcode-derive]
optional = true
version = "0.2.0"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"
[features]
default = ["std", "derive"]
derive = ["justcode-derive"]
no-std-test = []
std = []
[lib]
name = "justcode_core"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
cargo = "warn"
nursery = "warn"
pedantic = "warn"
[package]
authors = ["Reynard Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "Compact binary encoder/decoder with space-efficient encoding"
edition = "2024"
homepage = "https://github.com/entropy-tamer/justcode"
keywords = ["serialization", "binary", "encoding", "decoding", "compact"]
license = "MIT"
name = "justcode-core"
readme = "README.md"
repository = "https://github.com/entropy-tamer/justcode"
resolver = "2"
version = "0.2.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "no_std_integration"
path = "tests/no_std_integration.rs"
[[test]]
name = "no_std_tests"
path = "tests/no_std_tests.rs"