optify 1.3.2

Simplifies getting the right configuration options for a process using pre-loaded configurations from files (JSON, YAML, etc.) to manage options for experiments or flights. This library is mainly made to support building implementations for other languages such as Node.js, Python, and Ruby. It is not meant to be consumed directly yet.
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 = "optify"
version = "1.3.2"
build = "build.rs"
exclude = ["tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simplifies getting the right configuration options for a process using pre-loaded configurations from files (JSON, YAML, etc.) to manage options for experiments or flights. This library is mainly made to support building implementations for other languages such as Node.js, Python, and Ruby. It is not meant to be consumed directly yet."
homepage = "https://github.com/juharris/optify/tree/main/rust/optify"
readme = "README.md"
keywords = [
    "configuration",
    "options",
]
categories = ["config"]
license = "MIT"
repository = "https://github.com/juharris/optify/tree/main/rust/optify"

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

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

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

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

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

[dependencies.config]
version = "0.15.23"

[dependencies.cow-utils]
version = "0.1.3"

[dependencies.dunce]
version = "1.0.5"

[dependencies.jsonschema]
version = "0.46.5"
default-features = false

[dependencies.liquid]
version = "0.26.11"

[dependencies.notify]
version = "8.2.0"

[dependencies.notify-debouncer-full]
version = "0.7.0"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.unicase]
version = "2.9.0"

[dependencies.walkdir]
version = "2.5.0"

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

[dev-dependencies.regex]
version = "1.12.3"

[dev-dependencies.tempfile]
version = "3"