# 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 = "2018" name = "crepe" version = "0.1.8" authors = ["Eric Zhang "] description = "Datalog in Rust as a procedural macro" documentation = "https://docs.rs/crepe" readme = "README.md" keywords = [ "datalog", "analysis", "logic-programming", "compiler", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ekzhang/crepe" [lib] bench = false proc-macro = true [[bench]] name = "collatz" harness = false [[bench]] name = "graph_walking" harness = false [[bench]] name = "fibonacci" harness = false [dependencies.petgraph] version = "0.6" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.fnv] version = "1.0.7" [dev-dependencies.trybuild] version = "1.0.79"