# 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 = "statsig-rs" version = "0.7.3" description = "Unofficial crate to interact with statsig.io" readme = "README.md" keywords = ["statsig"] license = "ISC" repository = "https://github.com/reidopitaco/statsig-rs" resolver = "2" [lib] name = "statsig_rdp" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossbeam] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "2.0" features = ["json"] [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-retry] version = "0.3.0" [dependencies.tracing] version = "0.1" [dev-dependencies.httptest] version = "0.15"