# 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-openfeature-provider" version = "0.1.1" authors = ["ConfigCat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ConfigCat OpenFeature Provider for Rust" homepage = "https://configcat.com" readme = "README.md" keywords = [ "configcat", "feature-flag", "feature-toggle", "openfeature", "provider", ] license = "MIT" repository = "https://github.com/configcat/openfeature-rust" [lib] name = "configcat_openfeature_provider" path = "src/lib.rs" [[example]] name = "print_eval" path = "examples/print_eval.rs" [[test]] name = "provider" path = "tests/provider.rs" [dependencies.async-trait] version = "0.1" [dependencies.configcat] version = "0.1" [dependencies.open-feature] version = "0.2" features = ["serde_json"] [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.17.0" features = ["rt-multi-thread"]