# 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" rust-version = "1.56" name = "swctx" version = "0.3.0" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "One-shot channel with some special semantics." readme = "README.md" keywords = [ "channel", "threads", "sync", "message-passing", ] categories = [ "concurrency", "asynchronous", ] license = "0BSD" repository = "https://repos.qrnch.tech/pub/swctx" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "swctx" path = "src/lib.rs" [[test]] name = "errors" path = "tests/errors.rs" [[test]] name = "errors_async" path = "tests/errors_async.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.parking_lot] version = "0.12.3" [dev-dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"] [badges.maintenance] status = "passively-maintained"