# 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 = "fixt" version = "0.3.4" authors = ["Holochain Core Dev Team "] description = "minimum viable fixtures" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/fixt" readme = "README.md" keywords = [ "holochain", "holo", "test", "fixture", ] categories = ["development-tools::testing"] license = "Apache-2.0" [dependencies.holochain_serialized_bytes] version = "=0.0.55" [dependencies.lazy_static] version = "1.4" [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1.0.12" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0" [features] fixt = [] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"