# 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 = "spotify_confidence_openfeature_provider" version = "0.1.2" include = [ "src/**/*", "Cargo.toml", "../README.md", "../LICENSE", ] description = "Openfeature provider for the Confidence SDK for Rust" homepage = "https://confidence.spotify.com/" readme = "README.md" keywords = [ "experimentation", "confidence", "spotify", "ab_testing", "feature_flagging", ] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/spotify/confidence-sdk-rust" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.74" [dependencies.mockall] version = "0.12.0" [dependencies.open-feature] version = "0.2.3" [dependencies.serde_json] version = "1.0.108" [dependencies.spotify_confidence_sdk] version = "0.1.1" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.typed-builder] version = "0.18.2"