# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "verified" version = "0.2.3" authors = ["Bob Gebert "] description = "A library of types to facilitate the development of verifiable rust." readme = "README.md" keywords = ["verify", "verifiable", "types", "type-level", "dependent"] license = "MIT" repository = "https://github.com/bobbygebert/verified/" [dependencies.typenum] version = "1.12.0" [dependencies.verify_macro] version = "0.2.3" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.textwrap] version = "0.11.0" [dev-dependencies.trybuild] version = "1.0.28"