# 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 = "2018" name = "lunatic-redis" version = "0.1.3" description = "Redis driver for the lunatic runtime." homepage = "https://github.com/lunatic-solutions/lunatic-db/lunatic-redis" documentation = "https://docs.rs/lunatic-redis" readme = "README.md" keywords = [ "redis", "database", "lunatic", "wasm", "wasi", ] license = "BSD-3-Clause" repository = "https://github.com/lunatic-solutions/lunatic-db/lunatic-redis" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-wasi"] [dependencies.ahash] version = "0.7.6" optional = true [dependencies.combine] version = "4.6" features = ["std"] default-features = false [dependencies.itoa] version = "1.0" [dependencies.lunatic] version = "0.12.0" [dependencies.paste] version = "1.0" [dependencies.percent-encoding] version = "2.1" [dependencies.ryu] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha1_smol] version = "1.0" optional = true [dependencies.url] version = "2.1" [dev-dependencies.assert_approx_eq] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.fnv] version = "1.0.5" [dev-dependencies.lunatic] version = "0.12.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0.132" features = ["derive"] [dev-dependencies.tempfile] version = "3.2" [features] acl = [] cluster = [] connection-manager = [] default = [ "acl", "streams", "geospatial", "script", ] geospatial = [] script = ["sha1_smol"] streams = []