ai_fixt 0.0.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 = "2018"
name = "ai_fixt"
version = "0.0.1"
authors = ["Apilium Technologies <hello@apilium.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "minimum viable fixtures"
homepage = "https://apilium.com"
documentation = "https://docs.rs/ai_fixt"
readme = "README.md"
keywords = [
    "aingle",
    "ai",
    "test",
    "fixture",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/ApiliumCode/aingle"
resolver = "2"

[features]
ai_fixt = []

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

[dependencies.aingle_middleware_bytes]
version = "=0.0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.paste]
version = "1.0"

[dependencies.rand]
version = "0.9"

[dependencies.rand_core]
version = "0.6"

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

[dependencies.strum]
version = "0.26"

[dependencies.strum_macros]
version = "0.26"