graphrecords-python 0.4.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-python"
version = "0.4.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]
pyo3-bindings = []

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

[dependencies.bincode]
version = "1.3.3"

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

[dependencies.graphrecords-core]
version = "0.4.0"
features = [
    "serde",
    "plugins",
    "connectors",
]

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

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

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

[dependencies.pyo3]
version = "0.27"
features = ["chrono"]

[dependencies.pyo3-polars]
version = "0.26.0"

[dependencies.rayon]
version = "1.10.0"

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

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

[dependencies.typetag]
version = "0.2.21"

[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