# 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" rust-version = "1.67.0" name = "polonius-the-crab" version = "0.4.2" authors = ["Daniel Henry-Mantilla "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tools to feature more lenient Polonius-based borrow-checker patterns in stable Rust." documentation = "https://docs.rs/polonius-the-crab" readme = "README.md" keywords = [ "polonius", "crab", "nll", "borrowck", "loans", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/polonius-the-crab.rs" [package.metadata.docs.rs] features = ["better-docs"] rustdoc-args = [ "--html-before-content", "fix-docsrs-li-details-summary.html", ] [lib] name = "polonius_the_crab" path = "src/lib.rs" [[test]] name = "lending_iterator" path = "tests/lending_iterator.rs" [[test]] name = "soundness" path = "tests/soundness.rs" [[test]] name = "try" path = "tests/try.rs" [dependencies._never-say-never] version = "6.6.666" package = "never-say-never" [dependencies.higher-kinded-types] version = "0.1.1" [dev-dependencies] [features] better-docs = [] polonius = [] ui-tests = ["better-docs"]