# 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-specs" version = "0.2.0" authors = ["Prusti Devs "] description = "Internal Prusti crate for parsing specifications" 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-specs" [lib] doctest = false [dependencies.itertools] version = "0.11" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", "visit", "visit-mut", "parsing", "printing", ] [dependencies.uuid] version = "1.0" features = ["v4"]