# 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.67.1" name = "raphtory-pymodule" version = "0.4.0" authors = ["Pometry"] description = "Python package for raphtory, a temporal graph library" 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/" resolver = "1" [lib] name = "raphtory" crate-type = ["cdylib"] [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.py-raphtory] version = "0.4.0" [dependencies.pyo3] version = "0.18.1" features = [ "multiple-pymethods", "chrono", ] [build-dependencies.pyo3-build-config] version = "0.18.1" [features] default = ["extension-module"] extension-module = ["pyo3/extension-module"]