sparrowdb-common 0.1.16

Shared types and primitives for SparrowDB embedded graph database
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 = "2021"
name = "sparrowdb-common"
version = "0.1.16"
authors = ["Rich Yaker"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types and primitives for SparrowDB embedded graph database"
documentation = "https://docs.rs/sparrowdb-common"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "embedded",
    "nosql",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ryaker/SparrowDB"

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

[dependencies.crc32fast]
version = "1"

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