superposition_provider 0.98.0

Open feature provider for Superposition
# 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.82.0"
name = "superposition_provider"
version = "0.98.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open feature provider for Superposition"
homepage = "https://juspay.io/open-source/superposition"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/juspay/superposition"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

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

[dependencies.aws-smithy-types]
version = "1.3.0"

[dependencies.chrono]
version = "0.4.26"
features = ["serde"]

[dependencies.log]
version = "0.4.20"
features = ["kv_unstable_serde"]

[dependencies.open-feature]
version = "0.2.5"

[dependencies.reqwest]
version = "0.11.18"
features = ["json"]

[dependencies.serde]
version = "^1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.superposition_core]
version = "0.98.0"

[dependencies.superposition_sdk]
version = "0.98.0"
features = ["behavior-version-latest"]

[dependencies.superposition_types]
version = "0.98.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.uuid]
version = "1.20.0"
features = [
    "v4",
    "serde",
    "js",
]

[lints.clippy]
manual_range_contains = "allow"
mod_module_files = "warn"