# 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 = "ascent-byods-rels" version = "0.7.0" authors = ["Arash Sahebolamri"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "data structures for Ascent relations, made possible by Ascent's BYODS feature" homepage = "https://s-arash.github.io/ascent/" readme = "README.MD" keywords = [ "Datalog", "Ascent", "BYODS", "data-structures", "union-find", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/s-arash/ascent" [lib] name = "ascent_byods_rels" path = "src/lib.rs" [dependencies.ascent] version = "0.7.0" default-features = false [dependencies.derive_more] version = "0.99.17" [dependencies.hashbrown] version = "0.14" features = ["raw"] [dependencies.itertools] version = "0.12" [dependencies.paste] version = "1.0" [dependencies.rustc-hash] version = "1.1" [dependencies.syn] version = "1.0.109" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.separator] version = "0.4.1" [dev-dependencies.serde] version = "1.0.193" [features] compact = [] default = ["par"] par = [ "ascent/par", "hashbrown/rayon", ]