# 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 = "keepcalm" version = "0.3.5" description = "Simple shared types for multi-threaded programs" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/mmastrac/keepcalm" [[bench]] name = "async_benchmark" harness = false required-features = ["async_experimental"] [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12.1" features = ["send_guard"] [dependencies.serde] version = "1" optional = true [dev-dependencies.async-std] version = "1" [dev-dependencies.criterion] version = "0.4" features = [ "html_reports", "async_tokio", ] [dev-dependencies.futures] version = "0.3" [dev-dependencies.paste] version = "1" [dev-dependencies.smol] version = "1" [dev-dependencies.tokio] version = "1" features = [ "io-std", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time", ] [features] async_experimental = [] global_experimental = [] serde = ["dep:serde"]