# 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.67.0" name = "assertor" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fluent assertion library with readable failure messages." readme = "README.md" keywords = [ "assert", "assertions", "testing", "unit", ] categories = [ "development-tools::testing", "development-tools::debugging", ] license = "Apache-2.0" repository = "https://github.com/google/assertor" [lib] name = "assertor" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.num-traits] version = "0.2.15" optional = true [dev-dependencies.test-case] version = "3.1.0" [features] anyhow = ["dep:anyhow"] default = ["float"] float = ["dep:num-traits"] testing = []