# 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 = "reference-counted-singleton" version = "0.1.5" authors = ["Koutheir Attouchi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reference-counted singleton whose protected data can be recreated as needed" homepage = "https://codeberg.org/koutheir/reference-counted-singleton.git" documentation = "https://docs.rs/reference-counted-singleton" readme = "README.md" keywords = [ "static", "concurrency", "cross-platform", "data-structure", "cache", ] categories = [ "algorithms", "memory-management", "concurrency", "data-structures", "development-tools::ffi", ] license = "MIT" repository = "https://codeberg.org/koutheir/reference-counted-singleton.git" [lib] name = "reference_counted_singleton" path = "src/lib.rs" [dependencies] [dev-dependencies.assert_matches] version = "1" [dev-dependencies.serial_test] version = "3"