| [package] |
| name = "deltachat-repl" |
| version = "1.139.6" |
| license = "MPL-2.0" |
| edition = "2021" |
| repository = "https://github.com/deltachat/deltachat-core-rust" |
|
|
| [dependencies] |
| ansi_term = "0.12.1" |
| anyhow = "1" |
| deltachat = { path = "..", features = ["internals"]} |
| dirs = "5" |
| log = "0.4.21" |
| rusqlite = "0.31" |
| rustyline = "14" |
| tokio = { version = "1.37.0", features = ["fs", "rt-multi-thread", "macros"] } |
| tracing-subscriber = { version = "0.3", features = ["env-filter"] } |
|
|
| [features] |
| default = ["vendored"] |
| vendored = ["deltachat/vendored"] |
|
|