# 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 = "materialized-view" version = "0.1.0" description = "Simple incremental materialized views for the masses." documentation = "https://docs.rs/materialized-view/" readme = "README.md" keywords = [ "rdf", "property-graph", "datalog", "dbsp", "differential", ] categories = [ "algorithms", "database-implementations", ] license = "Apache-2.0" repository = "https://github.com/brurucy/materialized-view" [dependencies.ahash] version = "0.8.11" [dependencies.byteorder] version = "1.5.0" [dependencies.datalog_syntax] version = "0.1.0" [dependencies.datalog_syntax_macros] version = "0.1.0" [dependencies.dbsp] version = "0.2" [dependencies.identity-hash] version = "0.1.0" [dependencies.indexmap] version = "2.1.0" [dependencies.indexset] version = "0.4.0" [dependencies.once_cell] version = "1.19.0"