fixt 0.7.0-dev.1

minimum viable fixtures
Documentation
# 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.7.0-dev.1"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "minimum viable fixtures"
documentation = "https://docs.rs/fixt"
readme = "README.md"
keywords = [
    "holochain",
    "holo",
    "test",
    "fixture",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"

[features]
fixt = []

[lib]
name = "fixt"
path = "src/lib.rs"

[dependencies.holochain_serialized_bytes]
version = "=0.0.57"

[dependencies.lazy_static]
version = "1.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.paste]
version = "1.0.12"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"

[lints.clippy.cargo]
level = "allow"
priority = -1

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.clippy.restriction]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(build_wasm)",
    "cfg(loom)",
]