# 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 = "aitia" version = "0.2.1" authors = ["Holochain Core Dev Team "] description = "Library for making sense of events in terms of causal graphs" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/hc_sleuth" readme = "README.md" keywords = [ "holochain", "holo", ] license = "Apache-2.0" [dependencies.anyhow] version = "1.0" [dependencies.derive_more] version = "0.99" [dependencies.holochain_trace] version = "^0.3.1" [dependencies.parking_lot] version = "0.12" [dependencies.petgraph] version = "0.6" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" optional = true [dependencies.tracing-serde] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.maplit] version = "1" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.test-case] version = "3.3" [features] default = ["tracing"] tracing = [ "serde", "serde_json", "tracing-core", "tracing-serde", "tracing-subscriber", ] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"