arora-buffers 0.1.1

Binary read/write buffers and type tags for the Arora module value ABI.
# 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 = "arora-buffers"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary read/write buffers and type tags for the Arora module value ABI."
readme = false
license = "MIT"

[lib]
name = "arora_buffers"
crate-type = [
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.arora-types]
version = "1.4"

[dependencies.bytes]
version = "1"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

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

[dev-dependencies.serde_yaml]
version = "0.9"

[build-dependencies.cbindgen]
version = "0.20"