memex-contracts 0.6.5

Shared serde contracts for rust-memex transports and future frontends
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"
rust-version = "1.88"
name = "memex-contracts"
version = "0.6.5"
authors = [
    "Maciej Gad <void@div0.space>",
    "Monika Szymanska <hello@vetcoders.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared serde contracts for rust-memex transports and future frontends"
homepage = "https://github.com/Loctree/rust-memex"
readme = false
license = "BUSL-1.1"
repository = "https://github.com/Loctree/rust-memex"
resolver = "2"

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

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

[dependencies.serde_json]
version = "1.0"