graphcore 0.2.3

Base data structure to represent and manipulate property graph.
Documentation
[dependencies.itertools]
version = "0.14"

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

[dependencies.thiserror]
version = "2"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Base data structure to represent and manipulate property graph."
edition = "2021"
homepage = "https://gqlite.org"
license = "MIT"
name = "graphcore"
readme = "README.MD"
repository = "https://gitlab.com/gqlite/gqlite"
version = "0.2.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
features = ["js"]
version = "1"