# 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" version = "0.2.0" authors = ["Prusti Devs "] description = "Tools for specifying contracts with Prusti" homepage = "https://www.pm.inf.ethz.ch/research/prusti.html" readme = "README.md" keywords = [ "prusti", "contracts", "verification", "formal", "specifications", ] categories = [ "development-tools", "development-tools::testing", ] license = "MPL-2.0" repository = "https://github.com/viperproject/prusti-dev/tree/master/prusti-contracts/prusti-contracts/" [dependencies.prusti-contracts-proc-macros] version = "0.2.0" [dev-dependencies.trybuild] version = "1.0" [features] prusti = ["prusti-contracts-proc-macros/prusti"]