# 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 = "eqlog-eqlog" version = "0.8.0" authors = [ "Martin E. Bidlingmaier ", "Jakob Botsch Nielsen ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Datalog with equality" readme = "README.md" license = "MIT" repository = "https://github.com/eqlog/eqlog/" [lib] name = "eqlog_eqlog" path = "src/lib.rs" [dependencies.eqlog-runtime] version = "= 0.7.2" [build-dependencies.eqlog] version = "= 0.7.2" optional = true [features] default = [] rebuild = ["dep:eqlog"]