# 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 = "flagsmith" version = "2.0.0" authors = [ "Gagan Trivedi ", "Kim Gustyr ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flagsmith SDK for Rust" homepage = "https://flagsmith.com/" readme = "README.md" keywords = [ "Flagsmith", "feature-flag", "remote-config", ] categories = [ "config", "api-bindings", ] license = "BSD-3-Clause" repository = "https://github.com/Flagsmith/flagsmith-rust-client" [lib] name = "flagsmith" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.chrono] version = "0.4" [dependencies.flagsmith-flag-engine] version = "0.4.0" [dependencies.flume] version = "0.10.14" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.1" [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.rstest] version = "0.12.0"