# 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 = "cairn-knowledge-graph" version = "0.4.2" authors = ["code_sam "] description = "An embedded and in-memory knowledge graph for static specification analysis." readme = "README.md" keywords = [ "knowledge", "graph", ] license = "CC-BY-NC-4.0" repository = "https://github.com/code-sam/cairn-knowledge-graph" resolver = "2" [[bench]] name = "sparse_vector_indexing_benchmark" harness = false [dependencies.graphblas_sparse_linear_algebra] version = "0.8" [dependencies.hashbrown] version = "0.11" features = ["rayon"] [dependencies.once_cell] version = "1.8" [dependencies.rayon] version = "1.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.nohash-hasher] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rustc-hash] version = "1.1"