# 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 = "2018" name = "cleora" version = "1.2.3" authors = [ "Piotr Babel ", "Jacek Dabrowski ", "Konrad Goluchowski ", ] description = """ Cleora is a general-purpose model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data. """ readme = "README.md" license-file = "LICENSE" [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bench]] name = "cleora_benchmark" harness = false [dependencies.bus] version = "2.2.4" [dependencies.clap] version = "3.1.8" features = ["cargo"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.memmap] version = "0.7.0" [dependencies.ndarray] version = "0.15.4" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.rayon] version = "1.5.3" [dependencies.rustc-hash] version = "1.1.0" [dependencies.ryu] version = "1.0.10" [dependencies.serde_json] version = "1.0.96" [dependencies.simdjson-rust] version = "0.2.0-alpha" [dependencies.smallvec] version = "1.8.1" [dependencies.twox-hash] version = "1.6.3" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.insta] version = "1.3.0"