mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
795 B
TOML
29 lines
795 B
TOML
[package]
|
|
name = "deltachat-rpc-server"
|
|
version = "1.114.0"
|
|
description = "DeltaChat JSON-RPC server"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
license = "MPL-2.0"
|
|
|
|
keywords = ["deltachat", "chat", "openpgp", "email", "encryption"]
|
|
categories = ["cryptography", "std", "email"]
|
|
|
|
[dependencies]
|
|
deltachat-jsonrpc = { path = "../deltachat-jsonrpc", default-features = false }
|
|
deltachat = { path = "..", default-features = false }
|
|
|
|
anyhow = "1"
|
|
env_logger = { version = "0.10.0" }
|
|
futures-lite = "1.13.0"
|
|
log = "0.4"
|
|
serde_json = "1.0.96"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tokio = { version = "1.27.0", features = ["io-std"] }
|
|
tokio-util = "0.7.7"
|
|
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat-jsonrpc/vendored"]
|