| [package] | |
| name = "deltachat-repl" | |
| version = "2.36.0" | |
| license = "MPL-2.0" | |
| edition = "2021" | |
| repository = "https://github.com/chatmail/core" | |
| [dependencies] | |
| anyhow = { workspace = true } | |
| deltachat = { workspace = true, features = ["internals"]} | |
| dirs = "6" | |
| log = { workspace = true } | |
| nu-ansi-term = { workspace = true } | |
| qr2term = "0.3.3" | |
| rusqlite = { workspace = true } | |
| rustyline = "16" | |
| tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] } | |
| tracing-subscriber = { workspace = true, features = ["env-filter"] } | |
| [features] | |
| default = ["vendored"] | |
| vendored = ["deltachat/vendored"] | |