ocm-types 0.2.1

Types required to implement the OpenCloudMesh filesharing protocol
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 = "ocm-types"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types required to implement the OpenCloudMesh filesharing protocol"
documentation = "https://docs.rs/ocm-types"
readme = "README.md"
keywords = ["opencloudmesh"]
categories = ["data-structures"]
license = "LGPL-3.0-or-later"
repository = "https://codeberg.org/OpenGeoMesh/OpenCloudMesh-rs"

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

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

[dependencies.serde_json]
version = "1"