# 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 = "tracing-rc" version = "0.1.3" description = "Cycle-aware reference-counted pointers with a safe, simple api" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Jesterhearts/tracing-rc" [dependencies.atomic] version = "^0.5" optional = true [dependencies.dashmap] version = "^5.0" optional = true [dependencies.indexmap] version = "^1.0" [dependencies.once_cell] version = "^1.0" optional = true [dependencies.parking_lot] version = "^0.11" optional = true [dependencies.petgraph] version = "^0.6" [dependencies.tracing-rc-derive] version = "^0.1.1" optional = true [dev-dependencies.pretty_assertions] version = "^1.0" [features] default = ["proc_macro"] proc_macro = ["tracing-rc-derive"] sync = ["atomic", "once_cell", "dashmap", "parking_lot", "tracing-rc-derive/sync"]