# 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] name = "fn_block" version = "0.2.1" authors = ["Max Bureck "] exclude = [".travis.yml", ".appveyor.yml", ".gitignore", ".project"] description = "Crate defining macros for calling blocks or expressions in a closure." homepage = "https://github.com/Boereck/fn_block" documentation = "https://docs.rs/fn_block/0.2.1/fn_block/" readme = "README.md" keywords = ["closure"] license = "Apache-2.0/MIT" repository = "https://github.com/Boereck/fn_block.git" [package.metadata.docs.rs] all-features = true [[bench]] name = "fn_block_benchmark" harness = false [dependencies] [dev-dependencies.criterion] version = "0.2.3" [features] unproven = [] [badges.appveyor] repository = "Boereck/fn_block" [badges.travis-ci] repository = "Boereck/fn_block"