graphrecords-core 0.5.0

High-performance graph-based data records
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 = "graphrecords-core"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance graph-based data records"
readme = "README.md"
license = "MIT"
repository = "https://github.com/medmodels/graphrecords"
resolver = "2"

[features]
connectors = []
plugins = []
serde = [
    "dep:serde",
    "dep:typetag",
]

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

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.graphrecords-utils]
version = "0.5.0"

[dependencies.parking_lot]
version = "0.12.5"
features = ["serde"]

[dependencies.polars]
version = "0.53.0"
features = [
    "polars-io",
    "dtype-full",
]

[dependencies.rand]
version = "0.9.1"

[dependencies.roaring]
version = "0.10.6"

[dependencies.ron]
version = "0.8.1"

[dependencies.serde]
version = "1.0.203"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.typetag]
version = "0.2.21"
optional = true

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
missing_errors_doc = "allow"
option_if_let_else = "allow"
similar_names = "allow"
too_many_lines = "allow"
used_underscore_items = "allow"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1