grc-20 0.3.0

GRC-20 v2 binary property graph format for decentralized knowledge networks
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.85"
name = "grc-20"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GRC-20 v2 binary property graph format for decentralized knowledge networks"
readme = false
keywords = [
    "grc20",
    "knowledge-graph",
    "binary-format",
    "decentralized",
]
categories = [
    "encoding",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/geobrowser/grc-20-rs"
resolver = "2"

[features]
default = []

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

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

[dependencies.lazy_static]
version = "1"

[dependencies.rustc-hash]
version = "2"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.zstd]
version = "0.13"

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