# 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 = "asdi" version = "0.2.5" description = "Another Simplistic Datalog Implementation (in Rust)" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/johnstonskj/rust-asdi" resolver = "2" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "doc-src/header.html"] [[bench]] name = "parser" harness = false [[bench]] name = "naive" harness = false [[bench]] name = "stratified" harness = false [dependencies.csv] version = "1.1" optional = true [dependencies.ordered-float] version = "2.10" [dependencies.paste] version = "1.0" [dependencies.pest] version = "2.1" optional = true [dependencies.pest_derive] version = "2.1" optional = true [dependencies.prettytable-rs] version = "0.8" optional = true [dependencies.regex] version = "1.5" [dependencies.serde_json] version = "1.0" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.proptest] version = "1.0" [features] default = ["graphviz", "parser", "tabular", "io"] graphviz = [] io = ["io_csv", "io_json", "io_text"] io_csv = ["csv"] io_json = ["serde_json"] io_text = ["tabular"] parser = ["pest", "pest_derive"] tabular = ["prettytable-rs"]