# 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 = "kannon" version = "0.0.2" authors = ["Jongmin Yun "] description = "Provides parallel processing task system and miscellaneous tools" license = "GPL-3.0-or-later" [profile.dev] opt-level = 0 lto = false debug = true panic = "unwind" overflow-checks = true [profile.release] opt-level = 3 lto = true debug = false panic = "abort" overflow-checks = false incremental = true [profile.test] opt-level = 0 lto = false debug = 2 panic = "unwind" overflow-checks = true [lib] name = "kannon" crate-type = ["lib"] path = "src/lib.rs" doctest = true bench = true doc = true harness = true edition = "2018" [dependencies.crossbeam-deque] version = "0.8.0" [dependencies.crossbeam-utils] version = "0.8.3" [dependencies.paste] version = "1.0.5" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.rand] version = "0.8.3"