# 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-simd-json" version = "1.2.1" authors = ["Thomas Sieverding "] description = "Blazingly fast Redis GET/SET behaviors utilizing SIMD JSON serialization" readme = "./README.md" license = "MIT" repository = "https://github.com/Bajix/redis-simd-json/" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [lib] crate-type = ["cdylib"] [dependencies.napi] version = "2" features = [ "async", "serde-json", ] [dependencies.napi-derive] version = "2" [dependencies.redis] version = "0.22" features = ["aio"] default-features = false [dependencies.redis-swapplex] version = "0.4.0" [dependencies.serde_json] version = "1" [dependencies.simd-json] version = "0.7" features = ["allow-non-simd"] [build-dependencies.napi-build] version = "2"