open-feature 0.3.0

The official OpenFeature Rust SDK.
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.80.1"
name = "open-feature"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official OpenFeature Rust SDK."
homepage = "https://openfeature.dev/"
documentation = "https://docs.rs/open-feature"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/open-feature/rust-sdk"

[badges.maintenance]
status = "actively-developed"

[features]
default = [
    "test-util",
    "dep:log",
]
serde_json = ["dep:serde_json"]
structured-logging = ["log?/kv"]
test-util = ["dep:mockall"]

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

[[example]]
name = "hooks"
path = "examples/hooks.rs"

[[example]]
name = "logging"
path = "examples/logging.rs"

[dependencies.async-trait]
version = "0.1.80"

[dependencies.log]
version = "0.4"
optional = true
package = "log"

[dependencies.mockall]
version = "0.14.0"
optional = true

[dependencies.serde_json]
version = "1.0.116"
optional = true

[dependencies.time]
version = "0.3.36"

[dependencies.tokio]
version = "1.40"
features = ["sync"]

[dependencies.typed-builder]
version = "0.22.0"

[dev-dependencies.env_logger]
version = "0.11.5"

[dev-dependencies.structured-logger]
version = "1.0.3"

[dev-dependencies.tokio]
version = "1.40"
features = [
    "sync",
    "rt-multi-thread",
    "macros",
]