# 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_field_assertions" version = "0.2.0" authors = ["Daisuke Ito "] description = """ FluentFieldAssertions is a library that allows you to write tests in a natural language-like syntax. With this library, you can perform field assertions in an intuitive and readable way. """ readme = "README.md" keywords = [ "macro", "testing", "assertions", "assert", "fluent", ] license = "MIT" repository = "https://github.com/poi2/fluent_field_assertions" [lib] proc-macro = true [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" default-features = false [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dev-dependencies.derive-getters] version = "0" [dev-dependencies.rstest] version = "0"