Some checks failed
renovate/artifacts Artifact file update failure
Continuous integration / Check (push) Successful in 35s
Continuous integration / Rustfmt (push) Successful in 32s
Continuous integration / build (push) Successful in 46s
Continuous integration / Test Suite (push) Successful in 1m49s
Continuous integration / Check (pull_request) Successful in 48s
Continuous integration / Rustfmt (pull_request) Successful in 32s
Continuous integration / Test Suite (pull_request) Successful in 2m2s
Continuous integration / build (pull_request) Successful in 7m15s
19 lines
427 B
TOML
19 lines
427 B
TOML
[package]
|
|
name = "notmuch"
|
|
version = "0.0.138"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4.14"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = { version = "1.0", features = ["unbounded_depth"] }
|
|
thiserror = "2.0.0"
|
|
tracing = "0.1.41"
|
|
|
|
[dev-dependencies]
|
|
itertools = "0.14.0"
|
|
pretty_assertions = "1"
|
|
rayon = "1.5"
|