# 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" rust-version = "1.56.0" name = "atomic-destructor" version = "0.2.0" authors = ["Yuki Kishimoto "] description = "Atomic destructor for multi-threaded env" homepage = "https://github.com/yukibtc/atomic-destructor" readme = "README.md" keywords = [ "atomic", "drop", "thread", "util", ] license = "MIT" repository = "https://github.com/yukibtc/atomic-destructor.git" [dependencies.tracing] version = "0.1" optional = true default-features = false [features] default = []