# 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 = "2018" name = "generate" version = "1.5.0" authors = ["Danny Wensley "] description = "Provides compatability layers for `std::ops::Generator` on stable rust." homepage = "https://gitlab.com/tcnj/generate" documentation = "https://docs.rs/generate" license = "MIT" repository = "https://gitlab.com/tcnj/generate" [dependencies.generate-derive] version = "1.5.0" [features] default = ["macro"] macro = [] nightly = ["generate-derive/nightly"]