# 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 = "2018" name = "hybrid-rc" version = "0.6.0" authors = ["Christoph Grenz "] description = "Thread-safe hybrid reference counting pointers" readme = "README.md" keywords = ["reference-counting", "arc", "rc", "hybrid-rc", "biased-rc"] categories = ["memory-management", "data-structures", "concurrency"] license = "MPL-2.0" repository = "https://gitlab.com/cg909/rust-hybrid-rc" [profile.bench] lto = true codegen-units = 1 [profile.release] lto = true codegen-units = 1 [[bench]] name = "benchmark" harness = false [dev-dependencies.criterion] version = "0.3" [features] default = ["std"] std = []