# 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" rust-version = "1.71.1" name = "eppo" version = "4.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Eppo SDK for Rust" homepage = "https://docs.geteppo.com/sdks/server-sdks/rust" readme = "README.md" keywords = [ "eppo", "feature-flags", ] categories = ["config"] license = "MIT" repository = "https://github.com/Eppo-exp/rust-sdk" [lib] name = "eppo" path = "src/lib.rs" [[example]] name = "assignment_details" path = "examples/assignment_details/main.rs" [[example]] name = "simple" path = "examples/simple/main.rs" [dependencies.eppo_core] version = "=4.1.0" [dependencies.log] version = "0.4.21" features = [ "kv", "kv_serde", ] [dependencies.serde_json] version = "1.0.116" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.env_logger] version = "0.11.3" features = ["unstable-kv"]