[package] name = "obc-salt" version = "0.1.0" license = "Apache-2.0" authors = ["francis"] publish = ["crates-io"] edition = "2021" description = "salt service" # Dependencies that should be kept in sync through the whole workspace [dependencies] tracing = "0.1.37" hex = { version = "0.4.3", features = ["alloc"] } tokio = { version = "1.36.0" ,features = ["rt-multi-thread"] } tokio-retry = "0.3" tokio-rustls = "0.24" tokio-stream = { version = "0.1.14", features = ["sync", "net"] } tokio-util = { version = "0.7.10", features = ["rt"] } serde = { version = "1.0.144", features = ["derive", "rc"] } serde-name = "0.2.1" serde-reflection = "0.3.6" serde_json = { version = "1.0.95", features = [ "preserve_order", "arbitrary_precision", ] } serde_repr = "0.1" serde_test = "1.0.147" serde_with = { version = "2.1.0", features = ["hex"] } # serde_yaml = "0.9.21" serde_yaml = "0.8.26" axum = "0.6.20" #shuttle-axum = "0.46.0" #shuttle-runtime = "0.46.0" #fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "878492bd2541dce1491791bcadf3cc855ddcdc05" } #fastcrypto-tbls = { git = "https://github.com/MystenLabs/fastcrypto", rev = "878492bd2541dce1491791bcadf3cc855ddcdc05" } #fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "878492bd2541dce1491791bcadf3cc855ddcdc05", package = "fastcrypto-zkp" } fastcrypto = "0.1.8" fastcrypto-zkp = "0.1.3"