# 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 = "unroll" version = "0.1.5" authors = ["Egor Larionov "] description = "An attribute-like procedural macro for unrolling for loops" homepage = "https://gitlab.com/elrnv/unroll" documentation = "https://docs.rs/unroll" readme = "README.md" keywords = ["unroll", "for-loop", "attibute"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/elrnv/unroll" [lib] proc-macro = true [[bench]] name = "matrix_vector_product" harness = false [[bench]] name = "unroll_sum" harness = false [[bench]] name = "unroll_mode" harness = false [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.criterion] version = "0.2" [dev-dependencies.rand] version = "0.7" [features] unstable = ["criterion/real_blackbox"] [badges.gitlab] branch = "master" repository = "elrnv/unroll" [badges.maintenance] status = "passively-maintained"