mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 04:58:47 +03:00
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 1.2.2. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v0.8.22...v1.2.2) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
950 B
TOML
33 lines
950 B
TOML
[package]
|
|
name = "deltachat-jsonrpc"
|
|
version = "2.60.0-dev"
|
|
description = "DeltaChat JSON-RPC API"
|
|
edition = "2024"
|
|
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 = "1.2.2"
|
|
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"]
|