# 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 = "snarc" version = "0.1.0" authors = ["Ben Schulz "] exclude = [] description = "Sendable Non-Atomically Reference Counted" homepage = "https://github.com/benschulz/snarc" documentation = "https://docs.rs/snarc" readme = "README.md" categories = [ "asynchronous", "concurrency", "data-structures", "rust-patterns", ] license = "MIT" repository = "https://github.com/benschulz/snarc" [dependencies.scopeguard] version = "1" [dependencies.thread_local] version = "1" optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.static_assertions] version = "1" [features] default = [] thread-local = ["thread_local"]