# 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 = "higher-order-closure" version = "0.0.5" authors = ["Daniel Henry-Mantilla "] description = "Allow function lifetime elision and explicit `for<'a>` annotations on closures." documentation = "https://docs.rs/higher-order-closure" readme = "README.md" keywords = ["closure", "signature", "higher_order", "hrtb", "lifetime"] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/higher-order-closure.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"] [dependencies] [dev-dependencies] [features] better-docs = [] ui-tests = ["better-docs"]