# 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] name = "pocket_prover-derive" version = "0.9.0" authors = ["Sven Nilsen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive procedural macros for `pocket_prover`." homepage = "https://github.com/advancedresearch/pocket_prover" documentation = "https://docs.rs/pocket_prover-derive" readme = "README.md" keywords = [ "prover", "solver", "logic", "first-order", ] license = "MIT" repository = "https://github.com/advancedresearch/pocket_prover.git" [lib] name = "pocket_prover_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "lib" path = "tests/lib.rs" [dependencies.quote] version = "0.3.15" [dependencies.syn] version = "0.11.11" [dev-dependencies.pocket_prover] version = "0.18.0"