json_schema_fuzz 0.3.0

JSON Schema value generator
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 = "2024"
name = "json_schema_fuzz"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON Schema value generator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ostrowr/jsoncompat"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.fake]
version = "5.1.0"
features = [
    "chrono",
    "uuid",
]

[dependencies.fancy-regex]
version = "0.17"

[dependencies.json_schema_ast]
version = "0.3.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex-syntax]
version = "0.8.10"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.23.0"
features = ["rng-rand"]

[dev-dependencies.url]
version = "2.5.8"