styx-embed 1.0.1

Embed Styx schemas in binaries for zero-execution discovery
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 = "styx-embed"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed Styx schemas in binaries for zero-execution discovery"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/styx"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

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

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

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

[dependencies.blake3]
version = "1"

[dependencies.goblin]
version = "0.9"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.memmap2]
version = "0.9"

[dependencies.styx-embed-macros]
version = "1.0"