# 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 = "configcat" version = "0.1.2" authors = ["ConfigCat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ConfigCat Rust SDK" homepage = "https://configcat.com" documentation = "https://configcat.com/docs/sdk-reference/rust" readme = "README.md" keywords = [ "configcat", "feature-flag", "feature-toggle", ] license = "MIT" repository = "https://github.com/configcat/rust-sdk" [lib] name = "configcat" path = "src/lib.rs" [[example]] name = "print_eval" path = "examples/print_eval.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "eval" path = "tests/eval.rs" [[test]] name = "eval_log" path = "tests/eval_log.rs" [[test]] name = "matrix" path = "tests/matrix.rs" [[test]] name = "override" path = "tests/override.rs" [dependencies.base16ct] version = "0.2" features = ["alloc"] [dependencies.chrono] version = "0.4.38" [dependencies.log] version = "0.4" features = ["kv"] [dependencies.reqwest] version = "0.12.4" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.17.0" features = [ "rt", "sync", "macros", ] [dependencies.tokio-util] version = "0.7" [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_yaml] version = "0.9.33" [dev-dependencies.tokio] version = "1.17.0" features = ["rt-multi-thread"]