# 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 = "growthbook-rust-sdk" version = "0.1.0" authors = [ "Deroldo ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "unofficial growthbook rust sdk" homepage = "https://github.com/will-bank/growthbook-rust-sdk" readme = "README.md" keywords = [ "growthbook", "experiment", "feature", "flag", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/will-bank/growthbook-rust-sdk" [lib] name = "growthbook_rust_sdk" path = "src/lib.rs" [[test]] name = "commons" path = "tests/commons.rs" [[test]] name = "feature_result_rule_experiment" path = "tests/feature_result_rule_experiment.rs" [[test]] name = "get_object_value" path = "tests/get_object_value.rs" [[test]] name = "get_string_value" path = "tests/get_string_value.rs" [[test]] name = "is_on_condition_elem_match_eq" path = "tests/is_on_condition_elem_match_eq.rs" [[test]] name = "is_on_condition_gt" path = "tests/is_on_condition_gt.rs" [[test]] name = "is_on_condition_gte" path = "tests/is_on_condition_gte.rs" [[test]] name = "is_on_condition_lt" path = "tests/is_on_condition_lt.rs" [[test]] name = "is_on_condition_lte" path = "tests/is_on_condition_lte.rs" [[test]] name = "is_on_condition_multiple_strings" path = "tests/is_on_condition_multiple_strings.rs" [[test]] name = "is_on_condition_not_elem_match_eq" path = "tests/is_on_condition_not_elem_match_eq.rs" [[test]] name = "is_on_condition_regex" path = "tests/is_on_condition_regex.rs" [[test]] name = "is_on_rule_experiment" path = "tests/is_on_rule_experiment.rs" [[test]] name = "is_on_rule_force" path = "tests/is_on_rule_force.rs" [[test]] name = "is_on_rule_rollout" path = "tests/is_on_rule_rollout.rs" [[test]] name = "update_features_worker" path = "tests/update_features_worker.rs" [dependencies.chrono] version = "0.4.38" [dependencies.hashers] version = "1.0.1" [dependencies.indexmap] version = "2.2.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "json", "rustls-tls", ] default-features = false [dependencies.reqwest-middleware] version = "0.3.1" [dependencies.reqwest-tracing] version = "0.5.0" features = ["opentelemetry_0_21"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" features = ["preserve_order"] [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.test-context] version = "0.3.0" [dev-dependencies.tower] version = "0.4.13" features = ["util"] [dev-dependencies.uuid] version = "1.8.0" features = [ "v7", "serde", ] [dev-dependencies.wiremock] version = "0.6.0"