# 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 = "fluent-assertions" version = "0.4.0" authors = ["Hauke Jung "] description = "A Rust testing library that enhances readability and expressiveness by enabling natural language-like syntax for test assertions." documentation = "https://docs.rs/fluent-assertions" readme = "README.md" keywords = [ "assertions", "fluent", "testing", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/hauju/fluent-assertions-rs.git" [dependencies.num-traits] version = "0.2.19" [dev-dependencies.rstest] version = "0.22.0"