# 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 = "clearcheck" version = "0.0.2" authors = ["Sarthak Makhija"] include = [ "src/", "LICENSE-*", "README.md", "tests/", ] description = """ Elegant and extensible assertions in rust. """ readme = "README.md" keywords = [ "clearcheck", "assert", "assertions", "elegant", "elegant-assertions", ] categories = [ "development-tools", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SarthakMakhija/clearcheck" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4.31" optional = true [dependencies.num] version = "0.4.1" optional = true [dependencies.regex] version = "1.10.2" optional = true [dependencies.walkdir] version = "2.4.0" features = [] optional = true [dev-dependencies.tempdir] version = "0.3.7" [features] date = ["dep:chrono"] file = ["dep:walkdir"] num = ["dep:num"] regex = ["dep:regex"]