# 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.60.0" name = "launchdarkly-server-sdk-redis" version = "1.0.0-rc.1" authors = ["LaunchDarkly"] description = "LaunchDarkly Server-Side SDK - Redis Integration" homepage = "https://docs.launchdarkly.com/sdk/server-side/rust" keywords = [ "launchdarkly", "launchdarkly-sdk", "feature-flags", "feature-toggles", "redis", ] license = "Apache-2.0" repository = "https://github.com/launchdarkly/rust-server-sdk-redis" resolver = "2" [dependencies.launchdarkly-server-sdk] version = "1.0.0" [dependencies.redis] version = "0.22.1" features = ["tls"] [dependencies.serde_json] version = "1.0.73" features = ["float_roundtrip"] [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.test-case] version = "2.0.0" [dev-dependencies.uuid] version = "1.2.2" features = ["v4"]