steppe 0.2.1

Follow the progress of a task easily
Documentation
[dependencies.convert_case]
version = "0.8.0"

[dependencies.indexmap]
features = ["serde"]
version = "2.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.utoipa]
optional = true
version = "5.4.0"

[dev-dependencies.insta]
features = ["json"]
version = "1.43.1"

[dev-dependencies.serde_json]
version = "1.0.140"

[features]
utoipa = ["dep:utoipa"]

[lib]
name = "steppe"
path = "src/lib.rs"

[package]
authors = ["Tamo <tamo@meilisearch.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Follow the progress of a task easily"
edition = "2024"
license-file = "LICENSE"
name = "steppe"
readme = false
repository = "https://github.com/irevoire/steppe"
version = "0.2.1"

[[test]]
name = "mod"
path = "tests/mod.rs"