# 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" rust-version = "1.80.0" name = "raphtory-api" version = "0.13.1" authors = ["Pometry"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Raphtory common interface and APIs" homepage = "https://github.com/Raphtory/raphtory/" documentation = "https://raphtory.readthedocs.io/en/latest/" readme = "README.md" keywords = [ "graph", "temporal-graph", "temporal", ] license = "GPL-3.0" repository = "https://github.com/Raphtory/raphtory/" [lib] name = "raphtory_api" path = "src/lib.rs" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.dashmap] version = "6.0.1" features = ["serde"] [dependencies.lock_api] version = "0.4.11" features = [ "arc_lock", "serde", ] [dependencies.num-traits] version = "0.2.18" [dependencies.parking_lot] version = "0.12.1" features = [ "serde", "arc_lock", "send_guard", ] [dependencies.polars-arrow] version = "0.39.2" optional = true [dependencies.pyo3] version = "0.20.0" features = [ "multiple-pymethods", "chrono", ] optional = true [dependencies.quickcheck_macros] version = "1.0.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.1" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.197" features = [ "derive", "rc", "derive", ] [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "std", "env-filter", ] [dependencies.twox-hash] version = "1.6.3" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] default = [] python = ["dep:pyo3"] storage = ["dep:polars-arrow"]