# 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 = "redis-om" version = "0.1.0" authors = ["kkharji "] description = "Redis ORM-style library that simplify the development process and reduce the amount of boilerplate code needed to build programs that leverage [redis] powerful capabilities and use cases." homepage = "https://github.com/kkharji/redis-om" documentation = "https://docs.rs/redis-om" readme = "README.md" license = "MIT" repository = "https://github.com/kkharji/redis-om" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1.64" optional = true [dependencies.futures] version = "0.3.26" optional = true [dependencies.redis] version = "0.22.1" [dependencies.redis-om-macros] version = "0.1.0" [dependencies.rusty_ulid] version = "2.0.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tap] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.redis-swapplex] version = "0.4.0" [dev-dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.trybuild] version = "1.0.77" [features] aio = [ "redis/aio", "async-trait", "redis-om-macros/aio", "futures", ] async-std-comp = [ "aio", "redis/async-std-comp", ] async-std-tls-comp = ["redis/async-std-tls-comp"] default = ["tokio-comp"] json = [ "redis/json", "serde", "serde_json", "redis-om-macros/json", ] tls = ["redis/tls"] tokio-comp = [ "aio", "redis/tokio-comp", ] tokio-native-tls-comp = ["redis/tokio-native-tls-comp"]