# 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 = "lofi" version = "0.2.0" authors = ["Mikola Samardak "] description = "Low Overhead Fibers." readme = "README.md" keywords = ["fibers", "coroutines", "concurrency", "parallel", "thread"] categories = ["concurrency", "asynchronous"] license = "Apache-2.0" repository = "https://gitlab.com/niksaak/lofi" [profile.dev] panic = "abort" [profile.release] panic = "abort" [[bench]] name = "benchmark" harness = false [dependencies.bumpalo] version = "3.0" features = ["boxed"] [dev-dependencies.criterion] version = "0.3" [features] dealloc-on-drop = [] default = ["fallback-alloc"] fallback-alloc = [] fallback-alloc-always = ["fallback-alloc"] [badges.gitlab] branch = "master" repository = "niksaak/lofi" [badges.maintenance] status = "actively-developed"