# 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 = "jobsys" version = "0.2.0" authors = ["Leander Beernaert "] description = "Lockless Work Stealing Job System" homepage = "https://gitlab.com/AngryPixel/jobsys" readme = "README.md" keywords = ["jobsystem", "lockless", "workstealing", "parallel"] categories = ["concurrency"] license = "MIT" repository = "https://gitlab.com/AngryPixel/jobsys" [dependencies.rand] version = "0.8.3" [features] debug_queue = [] default = ["job_storage_64"] job_storage_128 = [] job_storage_64 = []