# 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 = "obc-salt" version = "0.1.0" authors = ["francis"] publish = ["crates-io"] description = "salt service" readme = "README.md" license = "Apache-2.0" [dependencies.axum] version = "0.6.20" [dependencies.fastcrypto] version = "0.1.8" [dependencies.fastcrypto-zkp] version = "0.1.3" [dependencies.hex] version = "0.4.3" features = ["alloc"] [dependencies.serde] version = "1.0.144" features = [ "derive", "rc", ] [dependencies.serde-name] version = "0.2.1" [dependencies.serde-reflection] version = "0.3.6" [dependencies.serde_json] version = "1.0.95" features = [ "preserve_order", "arbitrary_precision", ] [dependencies.serde_repr] version = "0.1" [dependencies.serde_test] version = "1.0.147" [dependencies.serde_with] version = "2.1.0" features = ["hex"] [dependencies.serde_yaml] version = "0.8.26" [dependencies.tokio] version = "1.36.0" features = ["rt-multi-thread"] [dependencies.tokio-retry] version = "0.3" [dependencies.tokio-rustls] version = "0.24" [dependencies.tokio-stream] version = "0.1.14" features = [ "sync", "net", ] [dependencies.tokio-util] version = "0.7.10" features = ["rt"] [dependencies.tracing] version = "0.1.37"