# 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" rust-version = "1.45.0" name = "next-gen" version = "0.1.1" authors = ["Daniel Henry-Mantilla "] description = "Safe generators on stable Rust." documentation = "https://docs.rs/next-gen" readme = "README.md" keywords = ["generator", "yield", "coroutine", "async", "await"] categories = ["asynchronous", "concurrency", "rust-patterns"] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/next-gen-rs" [package.metadata.docs.rs] features = ["nightly"] rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"] [[example]] name = "generator" path = "src/doc_examples/generator.rs" [dependencies.next-gen-proc_macros] version = "0.1.1" [dependencies.unwind_safe] version = "0.1.0" [dev-dependencies] [features] alloc = [] better-docs = [] default = ["std"] nightly = ["better-docs"] std = ["alloc"] ui-tests = ["better-docs"] verbose-expansions = ["next-gen-proc_macros/verbose-expansions"]