demit 1.0.0

A flexible data generator for various domains
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 = "demit"
version = "1.0.0"
authors = ["masa fukui <masahiro.m.fukui@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible data generator for various domains"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "demit"
path = "src/main.rs"

[[bench]]
name = "demit_bench"
path = "benches/demit_bench.rs"
harness = false

[dependencies.anyhow]
version = "1.0.95"

[dependencies.chrono]
version = "0.4.39"

[dependencies.clap]
version = "4.5.28"
features = ["derive"]

[dependencies.csv]
version = "1.3.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.log]
version = "0.4.25"

[dependencies.rand]
version = "0.9.0"

[dependencies.rayon]
version = "1.10.0"

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.thiserror]
version = "1.0.57"

[dependencies.uuid]
version = "1.13.1"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.4.0"