trello-to-deck/Cargo.toml
Renovate Bot 8e2d99de67
All checks were successful
Test / build (map[name:stable]) (pull_request) Successful in 20m16s
Test / build (map[name:nightly]) (pull_request) Successful in 22m39s
Release Please / Release-plz (push) Successful in 1m11s
Test / build (map[name:nightly]) (push) Successful in 3m47s
Test / build (map[name:stable]) (push) Successful in 4m6s
chore(deps): update rust crate rstest to 0.24
2025-01-01 19:19:41 +00:00

41 lines
1,023 B
TOML

[package]
name = "trello-to-deck"
version = "0.1.0"
edition = "2021"
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
description = "Migrate your Trello Board to Nextcloud Deck"
license = "MIT"
repository = "https://git.kemitix.net/kemitix/trello-to-deck"
[dependencies]
all-colors = "0.0"
bytes = "1.9"
clap = { version = "4.5", features = ["cargo", "derive"] }
color-eyre = "0.6"
derive_more = { version = "1.0", features = [
"as_ref",
"constructor",
"deref",
"from",
] }
inquire = "0.7"
kameo = "0.13"
# kxio = { path = "../kxio/" }
kxio = "5.0"
rand = "0.8"
reqwest = { version = "0.12", features = ["multipart", "stream"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.41", features = ["full", "tracing"] }
toml = "0.8"
tracing = "0.1"
tracing-subscriber = "0.3"
console-subscriber = "0.4"
[dev-dependencies]
assert2 = "0.3"
http = "1.2"
mutants = "0.0"
pretty_assertions = "1.4"
rstest = "0.24"
test-log = { version = "0.2", features = ["trace"] }