# 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 = "sift_science" version = "0.5.0" description = "A rust Sift Science client" documentation = "https://docs.rs/sift_science" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/OutThereLabs/sift-science-rust" [dependencies.async-trait] version = "0.1" [dependencies.awc] version = "2.0" optional = true [dependencies.awc3] version = "3.0" optional = true package = "awc" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" optional = true [dependencies.reqwest] version = "0.11" features = ["json"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.serde_with] version = "3.0" [dependencies.sha1] version = "0.10" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.urlencoding] version = "2.1" [dev-dependencies.tokio] version = "1.11" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" [features] decisions = [] default = [ "decisions", "labels", "score", "verification", "webhooks", ] labels = [] score = [] verification = [] webhooks = [ "hmac", "sha1", ]