seedfaker-core 0.4.0-alpha.1

Core library for seedfaker — deterministic synthetic generator for realistic, correlated, and noisy test records
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"
rust-version = "1.88"
name = "seedfaker-core"
version = "0.4.0-alpha.1"
authors = ["Eduard Titov <editied@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for seedfaker — deterministic synthetic generator for realistic, correlated, and noisy test records"
homepage = "https://github.com/opendsr-std/seedfaker"
readme = "README.md"
keywords = [
    "faker",
    "synthetic-data",
    "test-data",
    "deterministic",
    "data-generation",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/opendsr-std/seedfaker"

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

[dependencies.getrandom]
version = "0.4"

[dependencies.itoa]
version = "1"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
cloned_instead_of_copied = "deny"
expect_used = "deny"
flat_map_option = "deny"
fn_params_excessive_bools = "allow"
implicit_clone = "deny"
inconsistent_struct_constructor = "deny"
indexing_slicing = "allow"
inefficient_to_string = "deny"
items_after_statements = "allow"
macro_use_imports = "deny"
manual_string_new = "deny"
many_single_char_names = "allow"
map_unwrap_or = "deny"
match_wildcard_for_single_variants = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_continue = "deny"
needless_for_each = "deny"
needless_pass_by_value = "allow"
panic = "deny"
redundant_closure_for_method_calls = "deny"
redundant_else = "deny"
ref_option = "allow"
return_self_not_must_use = "allow"
semicolon_if_nothing_returned = "deny"
similar_names = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
unnested_or_patterns = "deny"
unwrap_used = "deny"
verbose_file_reads = "deny"
wildcard_imports = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

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

[lints.rust]
dead_code = "deny"
elided_lifetimes_in_paths = "deny"
trivial_numeric_casts = "deny"
unreachable_code = "deny"
unsafe_code = "deny"
unused_imports = "deny"
unused_must_use = "deny"
unused_mut = "deny"
unused_variables = "deny"