# 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" name = "test-notifier" version = "0.1.1" authors = ["Claudia Richoux "] description = "a struct that you can put at the top of your tests to output some information about which test ended, and when, and some other information if you want" homepage = "https://github.com/laudiacay/test-notifier" documentation = "https://docs.rs/test-notifier" readme = "README.md" keywords = [ "test", "notifier", "rust", "IFTTT", "backtrace", ] license = "MIT OR Apache-2.0" repository = "https://github.com/laudiacay/test-notifier" [dependencies.backtrace] version = "0.3.67" [dependencies.futures] version = "0.3.26" features = ["executor"] [dependencies.lazy_static] version = "1.4.0" [dependencies.nustify] version = "0.2" [dependencies.tokio] version = "1.25.0" features = [ "rt", "macros", "rt-multi-thread", ]