# 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 = "trc" version = "1.2.4" authors = ["Eric Buehler"] description = "A faster Arc." homepage = "https://github.com/EricLBuehler/trc" readme = "README.md" keywords = [ "reference-counted", "thread-safe", "smart-pointer", "memory", ] categories = [ "memory-management", "data-structures", "concurrency", ] license = "MIT" repository = "https://github.com/EricLBuehler/trc" [[bench]] name = "benchmark" harness = false [dependencies.serde] version = "1.0.189" [dependencies.stable_deref_trait] version = "1.2.0" [dev-dependencies.criterion] version = "0.5.1" [features] dyn_unstable = [] serde = [] stable_deref_trait = []