[[bench]]
harness = false
name = "token_resolver_bench"
path = "benches/token_resolver_bench.rs"
[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.axum]
features = ["macros"]
version = "0.8"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.fake]
features = ["derive", "http", "chrono", "uuid", "random_color"]
version = "3.0"
[dependencies.fastrand]
version = "2.0"
[dependencies.hex]
version = "0.4"
[dependencies.itertools]
version = "0.14"
[dependencies.jsonschema]
version = "0.33"
[dependencies.ndarray]
version = "0.17"
[dependencies.ndarray-stats]
version = "0.5"
[dependencies.openapiv3]
version = "2.2"
[dependencies.rand]
version = "0.9"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "time", "sync", "fs"]
version = "1.0"
[dependencies.tower]
version = "0.5"
[dependencies.tower-http]
features = ["cors"]
version = "0.6"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies.criterion]
features = ["html_reports", "async_tokio"]
version = "0.5"
[dev-dependencies.proptest]
version = "1.8.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "time", "sync", "fs", "macros", "test-util"]
version = "1.0"
[features]
default = []
[lib]
name = "mockforge_data"
path = "src/lib.rs"
[lints.rust]
missing_docs = "deny"
[package]
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "data-structures"]
description = "Data generator for MockForge - faker + RAG synthetic data engine"
documentation = "https://docs.rs/mockforge"
edition = "2021"
homepage = "https://mockforge.dev"
keywords = ["faker", "data-generation", "synthetic-data", "testing", "mock"]
license = "MIT OR Apache-2.0"
name = "mockforge-data"
readme = "README.md"
repository = "https://github.com/SaaSy-Solutions/mockforge"
version = "0.3.13"
[[test]]
name = "data_quality_tests"
path = "tests/data_quality_tests.rs"
[[test]]
name = "dataset_validation"
path = "tests/dataset_validation.rs"
[[test]]
name = "prop_data_generation_tests"
path = "tests/prop_data_generation_tests.rs"
[[test]]
name = "rag_tests"
path = "tests/rag_tests.rs"