# 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 = "arde" version = "0.1.7" description = "Another Rust Datalog Engine" documentation = "https://docs.rs/arde" readme = "README.md" license = "Unlicense" repository = "https://github.com/Jengamon/arde" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "query_bench" harness = false [dependencies.async-recursion] version = "1.0.4" optional = true [dependencies.futures] version = "0.3.28" optional = true [dependencies.itertools] version = "0.10.5" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde-wasm-bindgen] version = "0.5" optional = true [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.3.2" features = ["macro-diagnostics"] [dependencies.wasm-bindgen] version = "0.2.87" optional = true [dev-dependencies.criterion] version = "0.4.0" features = ["async_tokio"] [dev-dependencies.datadriven] version = "0.8.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.28.1" features = ["rt-multi-thread"] [features] async = [ "dep:async-recursion", "dep:futures", ] default = [] serde_internal = [ "dep:serde", "uuid/serde", ] web = [ "dep:wasm-bindgen", "serde_internal", "dep:serde-wasm-bindgen", ]