kgdata_core 4.0.3

Library to process dumps of knowledge graphs (Wikipedia, DBpedia, Wikidata)
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 = "kgdata_core"
version = "4.0.3"
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to process dumps of knowledge graphs (Wikipedia, DBpedia, Wikidata)"
homepage = "https://github.com/binh-vu/kgdata"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "wikidata",
    "wikipedia",
    "dbpedia",
]
license-file = "LICENSE"
repository = "https://github.com/binh-vu/kgdata"

[features]
extension-module = ["pyo3/extension-module"]

[lib]
name = "kgdata_core"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "kgdata_core"
path = "src/main.rs"

[dependencies.ahash]
version = "0.8.5"

[dependencies.anyhow]
version = "1.0.58"
features = ["backtrace"]

[dependencies.bincode]
version = "1.3.3"

[dependencies.bzip2]
version = "0.4.3"

[dependencies.clap]
version = "4.4.6"
features = ["derive"]

[dependencies.ctrlc]
version = "3.4.1"
features = ["termination"]

[dependencies.env_logger]
version = "0.9.0"

[dependencies.flate2]
version = "1.1.2"
features = ["zlib-ng"]
default-features = false

[dependencies.glob]
version = "0.3.1"

[dependencies.hashbrown]
version = "0.14.0"
features = [
    "serde",
    "rayon",
]

[dependencies.itertools]
version = "0.11.0"

[dependencies.log]
version = "0.4.17"

[dependencies.nng]
version = "1.0.1"

[dependencies.petgraph]
version = "0.6.3"

[dependencies.pyo3]
version = "0.19.2"
features = [
    "anyhow",
    "multiple-pymethods",
    "hashbrown",
]

[dependencies.rayon]
version = "1.7.0"

[dependencies.rocksdb]
version = "0.24.0"

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

[dependencies.serde_json]
version = "1.0.81"

[dependencies.shared_memory]
version = "0.12.4"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.thread_local]
version = "1.1.7"

[dependencies.zstd]
version = "0.13.0"

[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.rstest]
version = "0.13.0"

[dev-dependencies.tempfile]
version = "3.3.0"