# 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 = "2021" rust-version = "1.60" name = "storyteller" version = "1.0.0" authors = ["Martijn Gribnau "] exclude = [ "/.github", "docs/sketches/*.png", ] description = "Library focused on supporting user oriented output while supporting multiple output types (e.g. json, a progressbar, etc.)" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/foresterre/storyteller" [[example]] name = "json" required-features = ["channel_reporter"] [[example]] name = "minimal" required-features = ["channel_reporter"] [[test]] name = "collecting_handler" required-features = ["channel_reporter"] [[test]] name = "multi_handler" required-features = ["channel_reporter"] [[test]] name = "registering_handler" required-features = ["channel_reporter"] [dependencies.crossbeam-channel] version = "0.5" optional = true [dev-dependencies.indicatif] version = "0.17.5" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.yare] version = "3.0.0" [features] channel_reporter = ["crossbeam-channel"] default = ["channel_reporter"]