# 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" rust-version = "1.77" name = "prople-vessel-rpc" version = "0.3.2" authors = [ "rstlix0x0 (@rstlix0x0)", "Vessel Contributors (@prople/vessel-contributors)", ] description = "Prople Vessel RPC provides core RPC processor" homepage = "https://github.com/prople" documentation = "https://docs.rs/prople-vessel-rpc" readme = "README.md" keywords = [ "prople", "vessel", "did", "decentralized", "identity", ] categories = ["api-bindings"] license = "AGPL-3.0-or-later" repository = "https://github.com/prople/vessel/tree/main" [dependencies.multiaddr] version = "~0.18" [dependencies.once_cell] version = "~1.19" [dependencies.prople-crypto] version = "~0.2" [dependencies.prople-did-core] version = "~0.5" [dependencies.prople-jsonrpc-client] version = "~0.3" [dependencies.prople-jsonrpc-core] version = "~0.5" [dependencies.prople-vessel-core] version = "~0.4" [dependencies.rst-common] version = "~1" features = [ "standard", "with-errors", "with-tokio", "with-tracing", "with-http-tokio", "with-logging", ] [dependencies.rstdev-config] version = "~0.1" [dependencies.rstdev-domain] version = "~0.1" [dependencies.rstdev-storage] version = "~0.3" features = ["rocksdb"] [dev-dependencies.mockall] version = "~0.12" [dev-dependencies.mockito] version = "~1.5" [dev-dependencies.table-test] version = "~0.2" [dev-dependencies.toml] version = "~0.8"