steppe 0.4.1

Follow the progress of a task easily
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
default = ["default-progress"]
default-progress = [
    "serde",
    "serde_json",
    "jiff",
    "colored_json",
]
utoipa = ["dep:utoipa"]

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

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

[dependencies.colored_json]
version = "5.0.0"
optional = true

[dependencies.convert_case]
version = "0.8.0"

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

[dependencies.jiff]
version = "0.2.15"
features = ["serde"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

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

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

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