mockd 0.5.2

Fake data generator library with 130+ functions
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.85"
name = "mockd"
version = "0.5.2"
authors = ["jerusdp <jrussell@jerus.ie>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fake data generator library with 130+ functions"
documentation = "https://docs.rs/mockd"
readme = "README.md"
keywords = [
    "fake",
    "data",
    "random",
    "generator",
    "faker",
]
license = "MIT"
repository = "https://github.com/jerus-org/mockd"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
address = [
    "misc",
    "company",
    "image",
    "job",
    "name",
]
all = [
    "address",
    "animal",
    "company",
    "beer",
    "colour",
    "contact",
    "currency",
    "datetime",
    "file",
    "generator",
    "hacker",
    "hipster",
    "image",
    "internet",
    "job",
    "language",
    "log-level",
    "misc",
    "name",
    "password",
    "payment",
    "person",
    "random-bool",
    "status-code",
    "unique",
    "user-agent",
    "vehicle",
    "words",
]
animal = ["misc"]
beer = ["misc"]
colour = ["misc"]
company = [
    "misc",
    "image",
    "job",
    "name",
]
contact = [
    "misc",
    "company",
    "image",
    "internet",
    "job",
]
currency = [
    "misc",
    "dep:libmath",
]
datetime = [
    "misc",
    "dep:chrono",
]
default = ["file"]
file = ["misc"]
generator = [
    "misc",
    "company",
    "hacker",
    "image",
    "job",
    "person",
]
hacker = [
    "misc",
    "company",
    "generator",
    "image",
    "job",
    "contact",
]
hipster = [
    "misc",
    "image",
    "words",
]
image = []
internet = [
    "misc",
    "company",
    "image",
    "job",
    "person",
]
job = [
    "misc",
    "company",
    "image",
]
language = ["misc"]
log-level = ["misc"]
misc = ["dep:simplerand"]
name = [
    "misc",
    "company",
    "image",
    "job",
    "person",
]
password = ["misc"]
payment = [
    "misc",
    "dep:chrono",
]
person = [
    "misc",
    "company",
    "image",
    "job",
    "payment",
    "contact",
    "address",
]
random-bool = ["misc"]
status-code = ["misc"]
unique = [
    "misc",
    "dep:chrono",
    "dep:uuid",
]
user-agent = [
    "misc",
    "datetime",
]
vehicle = [
    "misc",
    "dep:chrono",
]
words = [
    "misc",
    "company",
    "hipster",
    "image",
    "job",
    "name",
]

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

[dependencies.chrono]
version = "0.4.44"
optional = true

[dependencies.libmath]
version = "0.2.1"
optional = true

[dependencies.simplerand]
version = "1.6.0"
optional = true

[dependencies.uuid]
version = "1.22.0"
features = [
    "v1",
    "v4",
]
optional = true

[dev-dependencies.rand]
version = "0.10.0"

[lints.clippy]
uninlined-format-args = "warn"