matrix-pickle 0.2.3

A simple binary encoding format used in the Matrix world
# 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.65"
name = "matrix-pickle"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple binary encoding format used in the Matrix world"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/matrix-org/matrix-pickle"

[features]
default = ["derive"]
derive = ["dep:matrix-pickle-derive"]

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

[dependencies.matrix-pickle-derive]
version = "0.2.3"
optional = true

[dependencies.thiserror]
version = "2.0.17"

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

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