# 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-core" version = "0.4.4" authors = [ "rstlix0x0 (@rstlix0x0)", "Vessel Contributors (@prople/vessel-contributors)", ] description = "An abstraction of core business logic for the prople/vessel" homepage = "https://github.com/prople" documentation = "https://docs.rs/prople-vessel-core" readme = "README.md" keywords = [ "prople", "vessel", "did", "decentralized", "identity", ] categories = [ "authentication", "cryptography", "data-structures", ] license = "AGPL-3.0-or-later" repository = "https://github.com/prople/vessel/tree/main" [dependencies.multiaddr] version = "~0.18" [dependencies.prople-crypto] version = "~0.2" [dependencies.prople-did-core] version = "~0.5" [dependencies.rst-common] version = "~1" features = [ "standard", "with-errors", "with-tokio", "with-tracing", "with-http-tokio", ] [dependencies.rstdev-domain] version = "~0.1" [dev-dependencies.mockall] version = "~0.12" [dev-dependencies.table-test] version = "~0.2" [dev-dependencies.toml] version = "~0.8"