[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4"
[dependencies.datalogic-rs]
version = "4.0"
[dependencies.fake]
default-features = false
features = ["uuid"]
version = "4.4"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "benchmark"
path = "examples/benchmark.rs"
[lib]
name = "datafake_rs"
path = "src/lib.rs"
[package]
authors = ["Plasmatic Engineering <shankar@goplasmatic.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools::testing", "web-programming"]
description = "High-performance JSON mock data generation using JSONLogic configuration"
documentation = "https://docs.rs/datafake-rs"
edition = "2024"
exclude = [".github/*", ".gitignore", "CONTRIBUTING.md"]
homepage = "https://github.com/GoPlasmatic/datafake-rs"
keywords = ["fake", "data", "json", "jsonlogic", "mock"]
license = "Apache-2.0"
name = "datafake-rs"
readme = "README.md"
repository = "https://github.com/GoPlasmatic/datafake-rs"
version = "0.2.2"
[target.'cfg(target_arch = "wasm32")'.dependencies.chrono]
default-features = false
features = ["clock", "std", "wasmbind"]
version = "0.4"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
features = ["js"]
version = "1.0"