# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "holochain_locksmith" version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] description = "helpers for mutex deadlock diagnosis" documentation = "https://github.com/holochain/holochain-rust" readme = "README.md" keywords = ["holochain", "holo", "p2p"] license = "GPL-3.0-only" repository = "https://github.com/holochain/holochain-rust" [dependencies.backtrace] version = "=0.3.27" [dependencies.chrono] version = "=0.4.6" [dependencies.crossbeam-channel] version = "=0.3.8" [dependencies.lazy_static] version = "=1.4.0" [dependencies.log] version = "=0.4.8" [dependencies.parking_lot] version = "=0.9.0" [dependencies.snowflake] version = "=1.3.0" [features] backtraces = [] bypass = [] debug_info = ["backtraces"] default = []