[package]
edition = "2024"
name = "babbel_core"
version = "0.1.1"
authors = [
"ClockworkEngineer",
"Babbel Contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared core I/O, encoding, numeric, error, and AST primitives for the Babbel data format family"
homepage = "https://github.com/clockworkengineer/babbel"
documentation = "https://docs.rs/babbel_core"
readme = "README.md"
license = "MIT"
repository = "https://github.com/clockworkengineer/babbel"
[features]
alloc = []
default = [
"std",
"file-io",
]
file-io = ["std"]
std = ["alloc"]
[lib]
name = "babbel_core"
path = "src/lib.rs"
[dependencies.arrayvec]
version = "0.7.6"
default-features = false
[dependencies.dtoa]
version = "1.0.11"
[dependencies.itoa]
version = "1.0.17"
[dependencies.smallvec]
version = "1.15.1"
default-features = false