# 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 = "prusti-contracts-proc-macros" version = "0.2.0" authors = ["Prusti Devs "] description = "Internal `proc-macro` Prusti crate" homepage = "https://www.pm.inf.ethz.ch/research/prusti.html" readme = "README.md" keywords = ["prusti"] categories = [ "development-tools", "development-tools::testing", ] license = "MPL-2.0" repository = "https://github.com/viperproject/prusti-dev/tree/master/prusti-contracts/prusti-contracts-proc-macros/" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.prusti-specs] version = "0.2.0" optional = true [features] prusti = [ "dep:prusti-specs", "dep:proc-macro2", ]