# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cupchan" version = "0.1.2" description = "Simple async overwriting channel between two threads that is wait & block free by swapping cups around" license = "LGPL-2.1 AND MIT AND BSD-2-Clause" repository = "https://github.com/zyansheep/cupchan" resolver = "2" [package.metadata.nix] build = true toolchain = "nightly" [dependencies] [dev-dependencies.crossbeam-channel] version = "0.5.4" [dev-dependencies.flume] version = "0.10.12" [target."cfg(loom)".dependencies.loom] version = "0.5.4" features = ["checkpoint"]