tealeaf-core 2.0.0-beta.8

Schema-aware data format with human-readable text and compact binary
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 = "2021"
name = "tealeaf-core"
version = "2.0.0-beta.8"
authors = ["TeaLeaf Contributors"]
build = "build.rs"
exclude = ["benches_proto/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema-aware data format with human-readable text and compact binary"
readme = "README.md"
keywords = [
    "serialization",
    "schema",
    "binary",
    "config",
]
categories = [
    "encoding",
    "config",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/krishjag/tealeaf"

[features]
default = []
derive = ["dep:tealeaf-derive"]

[lib]
name = "tealeaf"
path = "src/lib.rs"

[[bin]]
name = "tealeaf"
path = "src/main.rs"

[[example]]
name = "create_test_fixtures"
path = "examples/create_test_fixtures.rs"

[[example]]
name = "size_report"
path = "examples/size_report.rs"

[[test]]
name = "canonical"
path = "tests/canonical.rs"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[[test]]
name = "derive"
path = "tests/derive.rs"

[[test]]
name = "property"
path = "tests/property.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.crc32fast]
version = "1.3"

[dependencies.flate2]
version = "1.0"

[dependencies.indexmap]
version = "2"

[dependencies.memmap2]
version = "0.9"

[dependencies.serde_json]
version = "1.0"
features = [
    "preserve_order",
    "arbitrary_precision",
]

[dependencies.tealeaf-derive]
version = "2.0.0-beta.8"
optional = true

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.bincode]
version = "1.3"

[dev-dependencies.ciborium]
version = "0.2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.prost]
version = "0.13"

[dev-dependencies.rmp-serde]
version = "1.3"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"
features = [
    "preserve_order",
    "arbitrary_precision",
]

[dev-dependencies.tealeaf-derive]
version = "2.0.0-beta.8"

[dev-dependencies.tempfile]
version = "3.0"

[build-dependencies.prost-build]
version = "0.13"