doldskrift 0.5.0

Machine-native typography, encoding, and agent communication (DOLDSKRIFT/1)
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"
rust-version = "1.75"
name = "doldskrift"
version = "0.5.0"
authors = ["Doldskrift Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Machine-native typography, encoding, and agent communication (DOLDSKRIFT/1)"
homepage = "https://theworker02.github.io/doldskrift/"
documentation = "https://docs.rs/doldskrift"
readme = "README.md"
keywords = [
    "typography",
    "encoding",
    "agents",
    "font",
    "protocol",
]
categories = [
    "encoding",
    "text-processing",
    "command-line-utilities",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theworker02/doldskrift"

[features]
default = []
ffi = []
gemma-reader = []

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

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

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

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

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

[dependencies.base64]
version = "0.23"

[dependencies.crc32c]
version = "0.6"

[dependencies.hex]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

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

[dev-dependencies.serde_json]
version = "1"