mirror of
https://github.com/chatmail/core.git
synced 2026-04-01 21:12:13 +03:00
33 lines
951 B
TOML
33 lines
951 B
TOML
[package]
|
|
name = "deltachat-jsonrpc"
|
|
version = "2.46.0-dev"
|
|
description = "DeltaChat JSON-RPC API"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/chatmail/core"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
deltachat = { workspace = true }
|
|
deltachat-contact-tools = { workspace = true }
|
|
num-traits = { workspace = true }
|
|
schemars = "0.8.22"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
async-channel = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
yerpc = { workspace = true, features = ["anyhow_expose", "openrpc"] }
|
|
typescript-type-def = { version = "0.5.13", features = ["json_value"] }
|
|
tokio = { workspace = true }
|
|
sanitize-filename = { workspace = true }
|
|
base64 = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tokio = { workspace = true, features = ["full", "rt-multi-thread"] }
|
|
tempfile = { workspace = true }
|
|
futures = { workspace = true }
|
|
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat/vendored"]
|