babbel_core 0.1.1

Shared core I/O, encoding, numeric, error, and AST primitives for the Babbel data format family
Documentation
# 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 = "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