Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh authored Apr 2, 2024
1 parent 0edf92c commit eea1549
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions node/rust-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Amazon Web Services"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# [lib]
# crate-type = ["cdylib"]
# [dependencies]
# redis = { path = "../../submodules/redis-rs/redis", features = ["aio", "tokio-comp", "tokio-rustls-comp"] }
# glide-core = { path = "../../glide-core"}
# tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread", "time"] }
# napi = {version = "2.14", features = ["napi4", "napi6"] }
# napi-derive = "2.14"
# logger_core = {path = "../../logger_core"}
# byteorder = "1.4.3"
# num-traits = "0.2.17"
# num-bigint = { version = "0.4.4", optional = true }
# [target.'cfg(not(target_env = "msvc"))'.dependencies]
# tikv-jemallocator = {version = "0.5.4", features = ["disable_initial_exec_tls"] }

# [build-dependencies]
# napi-build = "2.0.1"
[lib]
crate-type = ["cdylib"]
[dependencies]
redis = { path = "../../submodules/redis-rs/redis", features = ["aio", "tokio-comp", "tokio-rustls-comp"] }
glide-core = { path = "../../glide-core"}
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread", "time"] }
napi = {version = "2.14", features = ["napi4", "napi6"] }
napi-derive = "2.14"
logger_core = {path = "../../logger_core"}
byteorder = "1.4.3"
num-traits = "0.2.17"
num-bigint = { version = "0.4.4", optional = true }
[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = {version = "0.5.4", features = ["disable_initial_exec_tls"] }

# [profile.release]
# lto = true
# debug = true
# [features]
# testing_utilities = ["num-bigint"]
[build-dependencies]
napi-build = "2.0.1"

[profile.release]
lto = true
debug = true
[features]
testing_utilities = ["num-bigint"]

0 comments on commit eea1549

Please sign in to comment.