# 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-vesseld" version = "0.2.1" authors = [ "rstlix0x0 (@rstlix0x0)", "Vessel Contributors (@prople/vessel-contributors)", ] description = "Prople Vessel daemon provides RPC and P2P servers" homepage = "https://github.com/prople" documentation = "https://docs.rs/prople-vesseld" 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.clap] version = "~4.5" features = ["derive"] [dependencies.prople-jsonrpc-axum] version = "~0.2" [dependencies.prople-jsonrpc-core] version = "~0.5" [dependencies.prople-vessel-rpc] version = "~0.3" [dependencies.rst-common] version = "~1" features = [ "standard", "with-errors", "with-tokio", "with-tracing", "with-http-tokio", "with-logging", ]