# 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_sdk" version = "0.1.2" include = [ "src/**/*", "Cargo.toml", "../README.md", "../LICENSE", ] description = "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" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.mockall] version = "0.12.0" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.33.0" [dependencies.typed-builder] version = "0.18.2"