# 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.64" name = "lets_expect_core" version = "0.5.1" description = "Core lets_expect code. This crate is internal to the lets_expect crate and should not be used directly." categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/tomekpiotrowski/lets_expect" [dependencies.colored] version = "2.0.0" [dependencies.english-numbers] version = "0.3.3" [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "1.0.103" features = [ "full", "extra-traits", ] [dependencies.tokio] version = "1" features = ["macros"] optional = true [dependencies.topological-sort] version = "0.2.2" [features] tokio = ["dep:tokio"]