# 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 = "hc_sleuth" version = "0.2.4" authors = ["Holochain Core Dev Team "] description = "Tool for diagnosing problems with Holochain" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/hc_sleuth" readme = "README.md" keywords = [ "holochain", "holo", ] license = "Apache-2.0" [dependencies.aitia] version = "^0.2.4" [dependencies.anyhow] version = "1.0" [dependencies.derive_more] version = "0.99" [dependencies.holochain_state_types] version = "^0.3.4" [dependencies.holochain_trace] version = "^0.3.4" [dependencies.holochain_types] version = "^0.3.4" [dependencies.kitsune_p2p] version = "^0.3.4" [dependencies.once_cell] version = "1.18" [dependencies.parking_lot] version = "0.12" [dependencies.petgraph] version = "0.6" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.arbitrary] version = "1.0" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1.4" [features] test_utils = [ "holochain_types/fuzzing", "kitsune_p2p/fuzzing", "holochain_types/test_utils", "kitsune_p2p/test_utils", ] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"